Update ChangeLog.rst

This commit is contained in:
Victor Zverovich 2015-10-29 06:28:51 -07:00
parent c04617c8d4
commit 0ba89d256b

View File

@ -1,6 +1,9 @@
2.0.0 - TBD 2.0.0 - TBD
----------- -----------
* Added a workaround for broken implementation of variadic templates in MSVC2012
(`#148 <https://github.com/cppformat/cppformat/issues/148>`_).
* [Breaking] ``windows.h`` is now included with ``NOMINMAX`` unless * [Breaking] ``windows.h`` is now included with ``NOMINMAX`` unless
``FMT_WIN_MINMAX`` is defined. This is done to prevent breaking code using ``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 ``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 * Implemented a workaround for a name lookup bug in MSVC2010
(`#188 <https://github.com/cppformat/cppformat/issues/188>`_). (`#188 <https://github.com/cppformat/cppformat/issues/188>`_).
* Fixed warnings in Clang and MSVC2013 * Fixed multiple warnings
(`#158 <https://github.com/cppformat/cppformat/issues/158>`_, (`#146 <https://github.com/cppformat/cppformat/issues/146>`_,
`#158 <https://github.com/cppformat/cppformat/issues/158>`_,
`#163 <https://github.com/cppformat/cppformat/issues/163>`_ `#163 <https://github.com/cppformat/cppformat/issues/163>`_
`#175 <https://github.com/cppformat/cppformat/issues/175>`_, `#175 <https://github.com/cppformat/cppformat/issues/175>`_,
`#190 <https://github.com/cppformat/cppformat/issues/190>`_, `#190 <https://github.com/cppformat/cppformat/issues/190>`_,
`#191 <https://github.com/cppformat/cppformat/pull/191>`_, `#191 <https://github.com/cppformat/cppformat/pull/191>`_,
`#194 <https://github.com/cppformat/cppformat/issues/194>`_). `#194 <https://github.com/cppformat/cppformat/issues/194>`_).
Thanks to `@fmatthew5876 (Matthew Fioravante) <https://github.com/fmatthew5876>`_, Thanks to `@Naios <https://github.com/Naios>`_,
`@fmatthew5876 (Matthew Fioravante) <https://github.com/fmatthew5876>`_,
`@LevskiWeng (Levski Weng) <https://github.com/LevskiWeng>`_, `@LevskiWeng (Levski Weng) <https://github.com/LevskiWeng>`_,
`@rpopescu <https://github.com/rpopescu>`_, `@rpopescu <https://github.com/rpopescu>`_,
`@gabime (Gabi Melman) <https://github.com/gabime>`_ and `@gabime (Gabi Melman) <https://github.com/gabime>`_ and