Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdeldjalil-H committed Jan 29, 2025
1 parent c56a179 commit 0a7fffd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Changelog
------
Fixed
^^^^^
- 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)

Changed
^^^^^^^
Expand All @@ -21,12 +22,6 @@ Changed
0.24
====

0.24.1
------
Fixed
^^^^^
- 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.24.0
------
Fixed
Expand Down

0 comments on commit 0a7fffd

Please sign in to comment.