updated changelogs with all issues fixed since previous release

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1608456 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/annotation/doc/changelog.txt b/dependencymanager/annotation/doc/changelog.txt
index 01942ad..e30d9fb 100644
--- a/dependencymanager/annotation/doc/changelog.txt
+++ b/dependencymanager/annotation/doc/changelog.txt
@@ -8,6 +8,7 @@
 ** Improvement
 
     * [FELIX-3996] - Upgrade to latest bnd version
+    * [FELIX-4357] - Support types beside String/String[] in @Property annotation.
 
 Release 3.1.0
 -------------
diff --git a/dependencymanager/core/changelog.txt b/dependencymanager/core/changelog.txt
index 4cd6cef..f4b2d98 100644
--- a/dependencymanager/core/changelog.txt
+++ b/dependencymanager/core/changelog.txt
@@ -1,4 +1,4 @@
-Release 3.1.1:
+Release 3.2.0:
 --------------
 
 FELIX-3910: Race conditions in DependencyManager
@@ -8,6 +8,13 @@
 FELIX-4305: DependencyMananer Adapters - service properties propagation
 FELIX-4002: ComponentStateListener.started is invoked twice when the listener is added in the start method.
 FELIX-4395: DependencyManager Configuration Dependency does not clone some class fields.
+FELIX-4014: handleAspectAwareRemoved in ServiceDependencyImpl can cause a possible deadlock
+FELIX-4097: Allow debug logging for specific instances of service dependencies to debug wiring issues.
+FELIX-4098: Aspect swap sometimes invokes the callbacks in the wrong order in a multithreaded application.
+FELIX-4099: Add support for negations in the multi property filter index.
+FELIX-4186: NPE in DependencyManager Logger
+FELIX-4226: Add option to have the dependency manager log against a single BundleContext's LogService.
+FELIX-4361: Possible ConcurrentModificationException in DependencyManager.getComponents()
 
 Release 3.1.0
 -------------
diff --git a/dependencymanager/runtime/doc/changelog.txt b/dependencymanager/runtime/doc/changelog.txt
index f3c70f1..d07b310 100644
--- a/dependencymanager/runtime/doc/changelog.txt
+++ b/dependencymanager/runtime/doc/changelog.txt
@@ -7,6 +7,7 @@
 
 ** Improvement
     * [FELIX-3869] - Fragment support for DependencyManager-Component
+    * [FELIX-4357] - Support types beside String/String[] in @Property annotation.
 
 Release 3.1.0
 -------------