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