From 72920ba30a81dbaabbad51f19b16f580aa77b6ab Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 6 Aug 2020 07:34:56 -0700 Subject: [PATCH] Update changelog --- ChangeLog.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog.rst b/ChangeLog.rst index aa1b7fe0..4bae496e 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,20 @@ +7.0.3 - TBD +----------- + +* Worked around broken ``numeric_limits`` for 128-bit integers + (`#1787 `_). + +* Added error reporting on missing named arguments + (`#1796 `_). + +* Stopped using 128-bit integers with clang-cl + (`#1800 `_). + Thanks `@Kingcom `_. + +* Fixed issues in locale-specific integer formatting (#) + (`#1782 `_, + `#1801 `_) + 7.0.2 - 2020-07-29 ------------------