diff --git a/ChangeLog.rst b/ChangeLog.rst index b50c84a5..2257b55b 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,20 @@ +9.1.0 - TBD +----------- + +* Fixed handling of invalid UTF-8 + (`#3044 `_, + `#3056 `_). + Thanks `@phprus (Vladislav Shchapov) `_. + +* Fixed various warnings and compilation issues + (`#3043 `_, + `#3053 `_, + `#3054 `_). + Thanks `@olupton (Olli Lupton) `_, + `@bernhardmgruber (Bernhard Manfred Gruber) + `_, + `@phprus (Vladislav Shchapov) `_. + 9.0.0 - 2022-07-04 ------------------