You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
.. towncrier release notes start
12
12
13
-
3.11.0rc1 (2024-11-10)
13
+
3.11.0rc2 (2024-11-12)
14
14
======================
15
15
16
16
Bug fixes
@@ -180,6 +180,14 @@ Features
180
180
181
181
182
182
183
+
- Added an :attr:`~aiohttp.abc.AbstractAccessLogger.enabled` property to :class:`aiohttp.abc.AbstractAccessLogger` to dynamically check if logging is enabled -- by :user:`bdraco`.
0 commit comments