Update changelogs - prepare release.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1493324 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/online-manipulator/changelog.txt b/ipojo/manipulator/online-manipulator/changelog.txt
index 2b745c9..735c7ef 100644
--- a/ipojo/manipulator/online-manipulator/changelog.txt
+++ b/ipojo/manipulator/online-manipulator/changelog.txt
@@ -1,4 +1,24 @@
-Changes from the 1.8.6 to 1.8.10
+Changes from the 1.10.0 to 1.10.1
+---------------------------------
+
+** Bug
+ * [FELIX-4077] - Fix documentation urls in maven projects
+ * [FELIX-4091] - Bnd iPOJO Plugin only browse classes annotated with some iPOJO annotations
+ * [FELIX-4093] - Dependency is ignored if @Bind does not respect naming pattern
+ * [FELIX-4110] - @ServiceProperty and @StaticServiceProperty are missing the immutable attribute
+
+** Improvement
+ * [FELIX-4094] - Recognize add/remove method naming pattern
+
+** New Feature
+ * [FELIX-4095] - Add CDI-like @Stereotype
+
+** Task
+ * [FELIX-4092] - Move 'annotation' module from 'runtime' to 'manipulator' project
+ * [FELIX-4103] - Skip deployment of it-tests
+ * [FELIX-4104] - Do not run integration-tests in the default build
+
+Changes from the 1.8.6 to 1.10.0
--------------------------------
** Bug