Update change logs.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1000163 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/command/doc/changelog.txt b/gogo/command/doc/changelog.txt
index 91accb0..0dbddff 100644
--- a/gogo/command/doc/changelog.txt
+++ b/gogo/command/doc/changelog.txt
@@ -1,13 +1,23 @@
-Release Notes gogo 0.6.0
-------------------------
+Changes from 0.6.0 to 0.6.1
+---------------------------
+
+* Import Gogo packages with mandatory attribute.
+
+Gogo Command 0.6.0
+------------------
 
 ** Bug
-    * [FELIX-1473] - [gogo] The syntax does not provide a way to call methods on a string
+    * [FELIX-1473] - [gogo] The syntax does not provide a way to call
+      methods on a string
     * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe
-    * [FELIX-1493] - [gogo] automatic expansion of $args in Closure stops direct access to $args list
-    * [FELIX-2337] - [gogo] no way to access array[] elements produced by assignment
-    * [FELIX-2375] - [gogo] when supplied args can't be coerced, the error message prints the arg values, rather than their types
-    * [FELIX-2380] - [gogo] lock contention in piped writer when reader doesn't read all input
+    * [FELIX-1493] - [gogo] automatic expansion of $args in Closure stops
+      direct access to $args list
+    * [FELIX-2337] - [gogo] no way to access array[] elements produced by
+      assignment
+    * [FELIX-2375] - [gogo] when supplied args can't be coerced, the error
+      message prints the arg values, rather than their types
+    * [FELIX-2380] - [gogo] lock contention in piped writer when reader
+      doesn't read all input
 
 ** Improvement
     * [FELIX-1487] - Support for commands on multiple lines
@@ -16,10 +26,12 @@
     * [FELIX-2342] - [gogo] remove old felix command adaptor
 
 ** New Feature
-    * [FELIX-2363] - [Gogo] Add annotations for creating commands with optional and out-of-order arguments
+    * [FELIX-2363] - [Gogo] Add annotations for creating commands with
+      optional and out-of-order arguments
 
 ** Task
     * [FELIX-1670] - [gogo] launcher bundle not required
     * [FELIX-1889] - Gogo should depend on the official OSGi jars
     * [FELIX-2334] - [Gogo] Use org.apache.felix as Maven groupId
-    * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any perceived legal issues
+    * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any
+      perceived legal issues