mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 00:21:13 +00:00
Update ChangeLog.rst
This commit is contained in:
parent
c04617c8d4
commit
0ba89d256b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user