Skip to content

Commit

Permalink
Update CHANGELOG and remove non important updates
Browse files Browse the repository at this point in the history
  • Loading branch information
henadzit committed Feb 5, 2025
1 parent 9fc233d commit 1169390
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ Changelog

0.25.0 (unreleased)
------
Fixed
Added
^^^^^
- 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)
- Implement __contains, __contained_by, __overlap and __len for ArrayField (#1877)

Fixed
^^^^^
Changed
^^^^^^^
- add benchmarks for `get_for_dialect` (#1862)

0.24
====

0.24.0
------
Fixed
Expand Down

0 comments on commit 1169390

Please sign in to comment.