diff --git a/ChangeLog.rst b/ChangeLog.rst index 03cb8213..d0742917 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -30,20 +30,36 @@ * Added a section on `formatting user-defined `_ types to the docs (`#393 `_). Thanks `@pwm1234 (Phil) `_. -* Fixed compilation on Android (`#381 `_). - Thanks `@hghwng (Hugh Wang) `_. - -* Fixed Linux compilation with ``-fno-exceptions`` (`#402 `_). - Thanks `@JanHellwig (Jan Hellwig) `_. - * Implemented thread-safe time formatting (`#395 `_, `#396 `_). Thanks `@codicodi `_. +* Added a version macro ``FMT_VERSION`` (`#411 `_) + * Removed unnecessary ``fmt/`` prefix in includes (`#397 `_). Thanks `@chronoxor (Ivan Shynkarenka) `_. * Renamed ``CHAR_WIDTH`` to ``CHAR_SIZE`` to avoid collision with ISO/IEC TS 18661-1:2014 macro. +* Replaced literal 0 with ``nullptr`` in pointer contexts (`#409 `_). + Thanks `@alabuzhev (Alex Alabuzhev) `_. + +* Fixed minimal supported library subset (`#418 `_, `#419 `_, `#420 `_). + Thanks `@alabuzhev (Alex Alabuzhev) `_. + +* Fixed compilation on Android (`#381 `_). + Thanks `@hghwng (Hugh Wang) `_. + +* Fixed compilation with ``-fno-exceptions`` (`#402 `_, `#405 `_). + Thanks `@JanHellwig (Jan Hellwig) `_. + +* Fixed compilation as a shared library with Clang (`#413 `_). Thanks `@foonathan (Jonathan Müller) `_. + +* Fixed test compilation on FreeBSD. (`#433 `_). Thanks `@WscriChy `_. + +* Fixed signbit detection (`#423 `_). + +* Fixed various warnings (`#409 `_). Thanks `@Lectem `_, `@chenhayat (Chen Hayat) `_. + 4.1.0 - 2017-12-20 ------------------