Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Nov 2, 2024
1 parent d620336 commit d9a5aae
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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)
******************
Expand Down

0 comments on commit d9a5aae

Please sign in to comment.