Update changelog

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1344219 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/configadmin/changelog.txt b/configadmin/changelog.txt
index 1bc1e5c..092b406 100644
--- a/configadmin/changelog.txt
+++ b/configadmin/changelog.txt
@@ -7,6 +7,7 @@
     * [FELIX-2813] - NPE in UpdateThread when updating a configuration right after ConfigurationAdmin service starts
     * [FELIX-2847] - NPE in ConfigurationManager.java:1003 (static String toString( ServiceReference ref ))
     * [FELIX-2885] - The config admin bundle does not indicate its provided and required services dependencies
+    * [FELIX-2888] - if you create a factory configuration and anybody takes a peek before you've had a chance to update, your pudding is trapped forever
     * [FELIX-3046] - Empty array configuration value is read as null after restart
     * [FELIX-3175] - RankingComparator results in wrong results
     * [FELIX-3227] - ManagedService.update must be called with null if configuration exists but is not visilbe
@@ -15,12 +16,15 @@
     * [FELIX-3230] - ConfiguartionAdapter.setBundleLocation checks configuration permission incorrectly
     * [FELIX-3231] - Disable update counter
     * [FELIX-3233] - ConfigurationManager.canReceive may throw NullPointerException
+    * [FELIX-3390] - Intermittent NPE in ConfigurationManager
 
 ** Improvement
     * [FELIX-3180] - Provide MessageFormat based logging method
+    * [FELIX-3327] - Gracefully handle Configuration access after Configuration Admin Service has terminated
 
 ** Task
     * [FELIX-3176] - Implement Configuration Admin 1.4 changes
+    * [FELIX-3177] - Remove temporary inclusion of OSGi classes
     * [FELIX-3200] - Track PID changes of ManagedService[Factory] services
     * [FELIX-3301] - Enforce only using Java 1.3 API use