Changelog

This commit is contained in:
Chris Tsang 2024-01-12 11:16:48 +00:00
parent f019d6ab22
commit 914ae2e166

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Enhancements ### Enhancements
* Improve query performance of `Paginator`'s `COUNT` query https://github.com/SeaQL/sea-orm/pull/2030 * Improve query performance of `Paginator`'s `COUNT` query https://github.com/SeaQL/sea-orm/pull/2030
* Added SQLx slow statements logging to `ConnectOptions` https://github.com/SeaQL/sea-orm/pull/2055
### House keeping ### House keeping