From 6cefe55ac763336c451401842116d96e5fc2ccd6 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 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog.rst b/ChangeLog.rst index 3e24c7d9..ed7b10e4 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,19 @@ +7.0.2 - TBD +----------- + +* Worked around broken ``numeric_limits`` for 128-bit integers + (`#1725 `_). + +* Fixed a linkage error + (`#1757 `_). + Thanks `@Kurkin (Dmitry Kurkin) `_. + +* Fixed compatibility with CMake 3.4 + (`#1779 `_). + +* Fixed handling of digit separators in locale-specific formatting + (`#1782 `_). + 7.0.1 - 2020-07-07 ------------------