Merge "Add new ndk-gdb feature to the changelog." into ndk-r11-release
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb864e2..8884e0b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,11 +7,13 @@
 -----------
 
  * `ndk-gdb.py` *actually* works now. http://i.imgur.com/gHcGr.jpg
+ * Added an optional package name argument to `ndk-gdb`'s `--attach` flag:
+   https://github.com/android-ndk/ndk/issues/13.
  * Fixed invalid toolchain paths for 32-bit Windows:
-   https://github.com/android-ndk/ndk/issues/45
+   https://github.com/android-ndk/ndk/issues/45.
  * Fixed the relative path in `ndk-which`:
-   https://github.com/android-ndk/ndk/issues/29
- * Fixed use of cygpath for libgcc: http://b.android.com/195486
+   https://github.com/android-ndk/ndk/issues/29.
+ * Fixed use of cygpath for libgcc: http://b.android.com/195486.
 
 Hotfix r11b
 -----------