From 0bf9b0717340a75528aa0cd14cead40e7e1f8f80 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 28 Oct 2015 07:08:45 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 1379679f..7f7f7521 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -14,6 +14,10 @@ fmt::print("{:d}", true); // prints "1" +* Documentation fixes + (`#162 `_ and + `#165 `_). + * Improved support for custom character types (`#171 `_). Thanks to `@alfps (Alf P. Steinbach) `_. @@ -62,11 +66,13 @@ (`#188 `_). * Fixed warnings in Clang and MSVC2013 - (`#175 `_, + (`#163 `_ + `#175 `_, `#190 `_, `#191 `_, `#194 `_). - Thanks to `@rpopescu `_, + Thanks to `@LevskiWeng (Levski Weng) `_ + `@rpopescu `_, `@gabime (Gabi Melman) `_ and `@cubicool (Jeremy Moles) `_.