From d9a5aaeacede083774b1c2eaf8377dfc51939c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lafr=C3=A9choux?= Date: Sat, 2 Nov 2024 23:34:17 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 99aac02f..df19b402 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,17 +1,26 @@ Changelog --------- +8.7.0 (unreleased) +****************** + +Other changes: + +* Test against Python 3.13 (:pr:`982`). +* Drop support for Python 3.8, which is EOL (:pr:`981`). + 8.6.0 (2024-09-11) ****************** Bug fixes: * Fix the handling of invalid JSON bodies in the ``bottle`` parser to support - ``bottle`` versions ``>=0.13``. + ``bottle`` versions ``>=0.13`` (:pr:`974`). Other changes: -* ``MultiDictProxy`` now inherits from ``MutableMapping`` rather than ``Mapping``. +* ``MultiDictProxy`` now inherits from ``MutableMapping`` rather than + ``Mapping`` (:pr:`960`). 8.5.0 (2024-04-25) ******************