Add changelog for bundleplugin 2.5.4 release

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1674285 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/doc/changelog.txt b/bundleplugin/doc/changelog.txt
index 3cad331..26b576f 100644
--- a/bundleplugin/doc/changelog.txt
+++ b/bundleplugin/doc/changelog.txt
@@ -1,3 +1,37 @@
+Changes from 2.5.3 to 2.5.4
+---------------------------
+
+** Bug
+    * [FELIX-4556] - Maven Bundle Plugin fails with ArrayIndexOutOfBoundsException, "Invalid Class File" errors with Java 8 features
+    * [FELIX-4659] - The maven bundle plugin incorrectly reports cardinality on service references in the generated generic requirements
+    * [FELIX-4817] - Baseline plugin is not thread safe
+
+** Improvement
+    * [FELIX-4666] - The baseline goal should print out the resolved version used for comparison
+    * [FELIX-4824] - Add support for prepending instructions
+
+
+Changes from 2.5.2 to 2.5.3
+---------------------------
+
+** Bug
+    * [FELIX-4619] - Debug output of project properties
+
+
+Changes from 2.5.0 to 2.5.2
+---------------------------
+
+** Bug
+    * [FELIX-4574] - The maven-bundle-plugin only generates Provide-/Require-Capabilities for SCR if version is 1.1.0
+    * [FELIX-4576] - Bad Require-Capability generation when the SCR target filter has no parentheses
+
+** Improvement
+    * [FELIX-4596] - Passing configuration values to the maven-bundle-plugin
+
+** New Feature
+    * [FELIX-4591] - add the ability to specify the classifier in the new baseline configuration of the plugin.
+
+
 Changes from 2.4.0 to 2.5.0
 ---------------------------