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