From 97465e1cb818694e67e8a4917edc80e481d9bc56 Mon Sep 17 00:00:00 2001 From: Lars Date: Wed, 18 Oct 2023 09:54:57 +0200 Subject: [PATCH] Updated CHANGES --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index f5627b95..3bb67fa5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,6 +14,10 @@ Changes * Changed default Python test version to 3.11 (2.7 is still supported) * Support for Python 2.7 will be dropped because it is no longer possible to run automatic tests against the version. +* Removed deprecated statements from setup.cfg (`#127 `_ + thanks for the hint, `Gene `_) +* Updated example to Pillow 10 API (`#128 `_, + again thanks to `Gene `_) 1.5.2 -- 2022-05-25