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 ------------------