From c04617c8d4e619a3d64c355cdbc314d45c2f19a9 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 29 Oct 2015 06:24:15 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog.rst b/ChangeLog.rst index 1b6dcf7c..d4d05ceb 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -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 `_). + Thanks to `@DevO2012 `_. + * C++ Format is now available in `Debian `_ GNU/Linux (`stretch `_, `sid `_) and