FELIX-6177 :  Use BlockingQueue instead of synchronized in UpdateThread. Apply patch from Alexey Markevich
This closes #157

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1866502 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/configadmin/changelog.txt b/configadmin/changelog.txt
index 0db8827..08bc99a 100644
--- a/configadmin/changelog.txt
+++ b/configadmin/changelog.txt
@@ -1,7 +1,7 @@
 Changes in 1.9.18
 -----------------
 ** Improvement
-    * [FELIX-6177] : Use BlockingQueue instead of synchronized in UpdateThread
+    * [FELIX-6177] : Use BlockingQueue instead of synchronized blocks in UpdateThread
 ** Bug
     * [FELIX-6162] : ConfigurationManager crashes on shutdown if PersistenceManager not yet available