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 1232311
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,14 @@ 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
^^^^^^^
- add benchmarks for `get_for_dialect` (#1862)

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
------
Expand Down

0 comments on commit 1232311

Please sign in to comment.