Skip to content

Commit 7b7e908

Browse files
committed
update changelog
1 parent c56a179 commit 7b7e908

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,12 @@ Changelog
1313
------
1414
Fixed
1515
^^^^^
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)
1617

1718
Changed
1819
^^^^^^^
1920
- add benchmarks for `get_for_dialect` (#1862)
2021

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)
29-
3022
0.24.0
3123
------
3224
Fixed

0 commit comments

Comments
 (0)