Skip to content

Commit 06aa8fd

Browse files
committed
Merge branch '3.11' into 3.12
2 parents cca85c4 + c723b3c commit 06aa8fd

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGES.rst

+27
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,33 @@
1010

1111
.. towncrier release notes start
1212
13+
3.11.16 (2025-04-01)
14+
====================
15+
16+
Bug fixes
17+
---------
18+
19+
- Replaced deprecated ``asyncio.iscoroutinefunction`` with its counterpart from ``inspect``
20+
-- by :user:`layday`.
21+
22+
23+
*Related issues and pull requests on GitHub:*
24+
:issue:`10634`.
25+
26+
27+
28+
- Fixed :class:`multidict.CIMultiDict` being mutated when passed to :class:`aiohttp.web.Response` -- by :user:`bdraco`.
29+
30+
31+
*Related issues and pull requests on GitHub:*
32+
:issue:`10672`.
33+
34+
35+
36+
37+
----
38+
39+
1340
3.11.15 (2025-03-31)
1441
====================
1542

CHANGES/10634.bugfix.rst

-2
This file was deleted.

CHANGES/10672.bugfix.rst

-1
This file was deleted.

0 commit comments

Comments
 (0)