From 17869454c215b4137e2846dfb7ae3efe49cea4fe Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 29 Oct 2015 07:41:26 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 53e3dde4..13371da4 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -70,8 +70,11 @@ fmt::print("{:d}", true); // prints "1" -* Fixed documentation issues - (`#162 `_, +* Documentation fixes and improvements + (`#36 `_, + `#75 `_, + `#125 `_, + `#162 `_, `#165 `_, `#210 `_).