diff --git a/ChangeLog.rst b/ChangeLog.rst
index 6a1c2cac..aecd84c8 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,8 +1,8 @@
1.1.0 - TBD
-----------
-* Added `0 A.D. `_ to the list of notable projects using
- C++ Format.
+* Added `0 A.D. `_ and `PenUltima Online (POL)
+ `_ to the list of notable projects using C++ Format.
* Improved `Biicode `_ support
(`#98 `_ and
@@ -10,7 +10,18 @@
`@MariadeAnton `_ and
`@franramirez688 `_.
-* Provided examples of using ``SystemError`` and ``WindowsError``
+* Improved support for bulding with `Android NDK
+ `_
+ (`# 107 `_).
+ Thanks to `@newnon `_.
+
+ The `android-ndk-example `_
+ repository provides and example of using C++ Format with Android NDK:
+
+ .. image:: https://raw.githubusercontent.com/cppformat/android-ndk-example/
+ master/screenshot.png
+
+* Improved documentation of ``SystemError`` and ``WindowsError``
(`#54 `_).
* Fixed packaging issues (`#94 `_).