From 3c3cb6f6b1c807f0d29693ee9a4540d996620040 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 26 Aug 2022 16:00:24 -0700 Subject: [PATCH] Update changelog --- ChangeLog.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 ------------------