From 247fe7a2a619e11920ab969c397d0bdeefe9a77b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 27 Oct 2015 08:27:07 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 0aa05d78..6bbfe3e8 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -35,11 +35,13 @@ (`#188 `_). * Fixed warnings in Clang and MSVC2013 - (`#190 `_, + (`#175 `_, + `#190 `_, `#191 `_, `#194 `_). - Thanks to `@rpopescu `_ and - `@gabime (Gabi Melman) `_. + Thanks to `@rpopescu `_, + `@gabime (Gabi Melman) `_ and + `@cubicool (Jeremy Moles) `_. * [Breaking] ``fmt::(s)printf`` now supports formatting of objects of user-defined types that provide an overloaded ``std::ostream`` insertion operator (``operator<<``)