Update changelog

This commit is contained in:
Victor Zverovich 2020-07-28 09:15:02 -07:00
parent 64e2da15cd
commit 6cefe55ac7

View File

@ -1,3 +1,19 @@
7.0.2 - TBD
-----------
* Worked around broken ``numeric_limits`` for 128-bit integers
(`#1725 <https://github.com/fmtlib/fmt/issues/1725>`_).
* Fixed a linkage error
(`#1757 <https://github.com/fmtlib/fmt/pull/1757>`_).
Thanks `@Kurkin (Dmitry Kurkin) <https://github.com/Kurkin>`_.
* 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
------------------