Update changelog

This commit is contained in:
Victor Zverovich 2020-08-06 07:34:56 -07:00
parent 0907c08ae5
commit 72920ba30a

View File

@ -1,3 +1,20 @@
7.0.3 - TBD
-----------
* Worked around broken ``numeric_limits`` for 128-bit integers
(`#1787 <https://github.com/fmtlib/fmt/issues/1787>`_).
* Added error reporting on missing named arguments
(`#1796 <https://github.com/fmtlib/fmt/issues/1796>`_).
* Stopped using 128-bit integers with clang-cl
(`#1800 <https://github.com/fmtlib/fmt/pull/1800>`_).
Thanks `@Kingcom <https://github.com/Kingcom>`_.
* Fixed issues in locale-specific integer formatting (#)
(`#1782 <https://github.com/fmtlib/fmt/issues/1782>`_,
`#1801 <https://github.com/fmtlib/fmt/issues/1801>`_)
7.0.2 - 2020-07-29
------------------