diff --git a/ChangeLog.rst b/ChangeLog.rst index d4d05ceb..454c13ba 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,9 @@ 2.0.0 - TBD ----------- +* Added a workaround for broken implementation of variadic templates in MSVC2012 + (`#148 `_). + * [Breaking] ``windows.h`` is now included with ``NOMINMAX`` unless ``FMT_WIN_MINMAX`` is defined. This is done to prevent breaking code using ``std::min`` and ``std::max`` and only affects the header-only configuration @@ -97,14 +100,16 @@ * Implemented a workaround for a name lookup bug in MSVC2010 (`#188 `_). -* Fixed warnings in Clang and MSVC2013 - (`#158 `_, +* Fixed multiple warnings + (`#146 `_, + `#158 `_, `#163 `_ `#175 `_, `#190 `_, `#191 `_, `#194 `_). - Thanks to `@fmatthew5876 (Matthew Fioravante) `_, + Thanks to `@Naios `_, + `@fmatthew5876 (Matthew Fioravante) `_, `@LevskiWeng (Levski Weng) `_, `@rpopescu `_, `@gabime (Gabi Melman) `_ and