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: CHANGELOG.rst
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,12 @@ Changelog
13
13
------
14
14
Fixed
15
15
^^^^^
16
+
- Fixed asyncio "no current event loop" deprecation warning by replacing `asyncio.get_event_loop()` with modern event loop handling using `get_running_loop()` with fallback to `new_event_loop()` (#1865)
16
17
17
18
Changed
18
19
^^^^^^^
19
20
- add benchmarks for `get_for_dialect` (#1862)
20
21
21
-
0.24
22
-
====
23
-
24
-
0.24.1
25
-
------
26
-
Fixed
27
-
^^^^^
28
-
- Fixed asyncio "no current event loop" deprecation warning by replacing `asyncio.get_event_loop()` with modern event loop handling using `get_running_loop()` with fallback to `new_event_loop()` (#1865)
0 commit comments