update ds changelog

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1444498 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/changelog.txt b/scr/changelog.txt
index 08870b9..b99e774 100644
--- a/scr/changelog.txt
+++ b/scr/changelog.txt
@@ -1,4 +1,4 @@
-Changes from 1.6.2 to 1.6.4
+Changes from 1.6.2 to 1.8
 ---------------------------
 
 ** Bug
@@ -10,6 +10,12 @@
     * [FELIX-3790] - [DS] Services may not be bound if the events arrive during component instantiation.
     * [FELIX-3825] - [DS] make logging more useful by including component ID when known
     * [FELIX-3826] - [DS] race in enabling components with factory pid
+    * [FELIX-3862] - [DS] Deadlock when service is removed during activation
+    * [FELIX-3870] - [DS] confusing logic around determining if modified method can be called on config update
+    * [FELIX-3875] - [DS] After configuration changes target filter on optional ref, matching services are not bound
+    * [FELIX-3888] - [DS] Expose the insides of ScrCommand as a service directly and enhance it
+    * [FELIX-3890] - [DS] We might try to unbind a service we couldn't get and didn't bind
+    * [FELIX-3891] - [DS] synchronization around registerService can create deadlocks
 
 Changes from 1.6.0 to 1.6.2
 ---------------------------