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) `_.