From cbf6be9604090409afd2620f611297962ebc738e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 28 Jul 2020 09:15:02 -0700 Subject: [PATCH] Update changelog --- ChangeLog.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog.rst b/ChangeLog.rst index 3e24c7d9..294b62da 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,15 @@ +7.0.2 - TBD +----------- + +* Worked around broken ``numeric_limits`` for 128-bit integers + (`#1725 `_). + +* Fixed compatibility with CMake 3.4 + (`#1779 `_). + +* Fixed handling of digit separators in locale-specific formatting + (`#1782 `_). + 7.0.1 - 2020-07-07 ------------------