We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cca85c4 + c723b3c commit 06aa8fdCopy full SHA for 06aa8fd
CHANGES.rst
@@ -10,6 +10,33 @@
10
11
.. towncrier release notes start
12
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
32
+ :issue:`10672`.
33
34
35
36
37
+----
38
39
40
3.11.15 (2025-03-31)
41
====================
42
CHANGES/10634.bugfix.rst
CHANGES/10672.bugfix.rst
0 commit comments