Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,27 @@ Changelog

.. rst-class:: emphasize-children

0.25
0.24
====

0.25.0 (unreleased)
0.24.1 (unreleased)
------
Fixed
^^^^^
- Fix update pk field raises unfriendly error (#1873)
- 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.0
------
Fixed
^^^^^
- `_get_dialects`: support properties (#1859)
- Rename pypika to pypika_tortoise for fixing package name conflict (#1829)
- Concurrent connection pool initialization (#1825)
- `_get_dialects`: support properties (#1859)

Changed
^^^^^^^
Expand Down
Loading