From ce973be1bb49417afc2271b24dc544955bc8ff82 Mon Sep 17 00:00:00 2001
From: vitaut <victor.zverovich@gmail.com>
Date: Fri, 23 Oct 2015 06:52:12 -0700
Subject: [PATCH] Udate changelog

---
 ChangeLog.rst | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/ChangeLog.rst b/ChangeLog.rst
index 89d5af8e..8377a139 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,20 @@
+2.0.0 - TBD
+-----------
+
+* Added `Building the documentation
+  <http://cppformat.github.io/dev/usage.html#building-the-documentation>`_
+  section to the documentation.
+
+* Made documentation building script compatible with Python 3
+  (`#210 <https://github.com/cppformat/cppformat/issues/209>`_).
+
+* Fixed documentation layout issues on medium screen sizes
+  (`#210 <https://github.com/cppformat/cppformat/issues/210>`_).
+
+* Fixed a name conflict with macro ``free`` defined in
+  ``crtdbg.h`` when ``_CRTDBG_MAP_ALLOC`` is set
+  (`#211 <https://github.com/cppformat/cppformat/issues/211>`_).
+
 1.1.0 - 2015-03-06
 ------------------