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