diff --git a/CHANGES.rst b/CHANGES.rst index 4afe0b0b2a6..89525bf9b51 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,33 @@ .. towncrier release notes start +3.11.16 (2025-04-01) +==================== + +Bug fixes +--------- + +- Replaced deprecated ``asyncio.iscoroutinefunction`` with its counterpart from ``inspect`` + -- by :user:`layday`. + + + *Related issues and pull requests on GitHub:* + :issue:`10634`. + + + +- Fixed :class:`multidict.CIMultiDict` being mutated when passed to :class:`aiohttp.web.Response` -- by :user:`bdraco`. + + + *Related issues and pull requests on GitHub:* + :issue:`10672`. + + + + +---- + + 3.11.15 (2025-03-31) ==================== diff --git a/CHANGES/10634.bugfix.rst b/CHANGES/10634.bugfix.rst deleted file mode 100644 index d6ec64a607e..00000000000 --- a/CHANGES/10634.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Replaced deprecated ``asyncio.iscoroutinefunction`` with its counterpart from ``inspect`` --- by :user:`layday`. diff --git a/CHANGES/10672.bugfix.rst b/CHANGES/10672.bugfix.rst deleted file mode 100644 index a4434f8c87a..00000000000 --- a/CHANGES/10672.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed :class:`multidict.CIMultiDict` being mutated when passed to :class:`aiohttp.web.Response` -- by :user:`bdraco`.