Update changelog

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1379464 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/generator/changelog.txt b/scrplugin/generator/changelog.txt
index 49e3812..cd1d62d 100644
--- a/scrplugin/generator/changelog.txt
+++ b/scrplugin/generator/changelog.txt
@@ -8,6 +8,10 @@
 
 ** Bug
     * [FELIX-3571] - "Comparison method violates general contract!" error in maven-scr-plugin
+    * [FELIX-3269] - @Property is not properly parsed.
+    * [FELIX-3189] - Mixing full-qualified Reference annotations and imported one results in no References exported to seviceComponents.xml
+    * [FELIX-3606] - SCR Plugin: build failure on wildcard imports (e.g. java.util.*)
+    * [FELIX-3234] - @Property annotation raises exceptions on longValue=0L use 
 
 ** Improvement
     * [FELIX-2689] - Upgrade Descriptor generator to new parent POM and adapt legal files
diff --git a/scrplugin/maven-scr-plugin/changelog.txt b/scrplugin/maven-scr-plugin/changelog.txt
index a4dcf0d..0a80f9a 100644
--- a/scrplugin/maven-scr-plugin/changelog.txt
+++ b/scrplugin/maven-scr-plugin/changelog.txt
@@ -9,6 +9,10 @@
 ** Bug
     * [FELIX-3571] - "Comparison method violates general contract!" error in maven-scr-plugin
     * [FELIX-3555] - Maven SCR Plugin shoudn't attempt to run on modules of type POM
+    * [FELIX-3269] - @Property is not properly parsed.
+    * [FELIX-3189] - Mixing full-qualified Reference annotations and imported one results in no References exported to seviceComponents.xml
+    * [FELIX-3606] - SCR Plugin: build failure on wildcard imports (e.g. java.util.*)
+    * [FELIX-3234] - @Property annotation raises exceptions on longValue=0L use 
 
 ** Improvement
     * [FELIX-2689] - Upgrade Descriptor generator to new parent POM and adapt legal files
diff --git a/scrplugin/scrtask/changelog.txt b/scrplugin/scrtask/changelog.txt
index f0ffc1a..943b604 100644
--- a/scrplugin/scrtask/changelog.txt
+++ b/scrplugin/scrtask/changelog.txt
@@ -9,6 +9,10 @@
 ** Bug
     * [FELIX-3571] - "Comparison method violates general contract!" error in maven-scr-plugin
     * [FELIX-3510] - Non java files will be processed
+    * [FELIX-3269] - @Property is not properly parsed.
+    * [FELIX-3189] - Mixing full-qualified Reference annotations and imported one results in no References exported to seviceComponents.xml
+    * [FELIX-3606] - SCR Plugin: build failure on wildcard imports (e.g. java.util.*)
+    * [FELIX-3234] - @Property annotation raises exceptions on longValue=0L use 
 
 ** Improvement
     * [FELIX-3509] - Undocumented features "strictMode", "parseJavadoc" and "processAnnotations"