Update changelog

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1079722 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/generator/changelog.txt b/scrplugin/generator/changelog.txt
index d41c6a0..3ac6b1a 100644
--- a/scrplugin/generator/changelog.txt
+++ b/scrplugin/generator/changelog.txt
@@ -5,6 +5,7 @@
     * [FELIX-2704] - @Property(cardinality=Integer.MAX_Int, ...) causes java.lang.NumberFormatException
     * [FELIX-2835] - SCR plugin: Parsing of "options" for property tag broken for javadoc annotations
     * [FELIX-2731] - NPE while scanning sources with QDox
+    * [FELIX-2876] - <reference> element not generated when name is missing
 
 ** Improvement
     * [FELIX-2853] - Deprecate javadoc tags
diff --git a/scrplugin/maven-scr-plugin/changelog.txt b/scrplugin/maven-scr-plugin/changelog.txt
index dd66a53..24e2b1b 100644
--- a/scrplugin/maven-scr-plugin/changelog.txt
+++ b/scrplugin/maven-scr-plugin/changelog.txt
@@ -8,6 +8,7 @@
     * [FELIX-2770] - maven-scr-plugin 1.6.0 incompatible with <packaging>pom</packaging> projects
     * [FELIX-2731] - NPE while scanning sources with QDox
     * [FELIX-2681] - NPE in assertMinScrAnnotationArtifactVersion when checking min. version of annotations dependency
+    * [FELIX-2876] - <reference> element not generated when name is missing
 
 ** Improvement
     * [FELIX-2853] - Deprecate javadoc tags
diff --git a/scrplugin/scrtask/changelog.txt b/scrplugin/scrtask/changelog.txt
index 24fc30b..9253d6d 100644
--- a/scrplugin/scrtask/changelog.txt
+++ b/scrplugin/scrtask/changelog.txt
@@ -5,6 +5,7 @@
     * [FELIX-2704] - @Property(cardinality=Integer.MAX_Int, ...) causes java.lang.NumberFormatException
     * [FELIX-2835] - SCR plugin: Parsing of "options" for property tag broken for javadoc annotations
     * [FELIX-2731] - NPE while scanning sources with QDox
+    * [FELIX-2876] - <reference> element not generated when name is missing
 
 ** Improvement
     * [FELIX-2853] - Deprecate javadoc tags