Update ChangeLog.rst

This commit is contained in:
Victor Zverovich 2015-10-29 06:24:15 -07:00
parent fa88490453
commit c04617c8d4

View File

@ -1,6 +1,12 @@
2.0.0 - TBD
-----------
* [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
(`#152 <https://github.com/cppformat/cppformat/issues/152>`_).
Thanks to `@DevO2012 <https://github.com/DevO2012>`_.
* C++ Format is now available in `Debian <https://www.debian.org/>`_ GNU/Linux
(`stretch <https://packages.debian.org/source/stretch/cppformat>`_,
`sid <https://packages.debian.org/source/sid/cppformat>`_) and