Update changelog

This commit is contained in:
Victor Zverovich 2020-07-28 09:15:02 -07:00
parent 229ee9b469
commit cbf6be9604

View File

@ -1,3 +1,15 @@
7.0.2 - TBD
-----------
* Worked around broken ``numeric_limits`` for 128-bit integers
(`#1725 <https://github.com/fmtlib/fmt/issues/1725>`_).
* Fixed compatibility with CMake 3.4
(`#1779 <https://github.com/fmtlib/fmt/issues/1779>`_).
* Fixed handling of digit separators in locale-specific formatting
(`#1782 <https://github.com/fmtlib/fmt/issues/1782>`_).
7.0.1 - 2020-07-07
------------------