Changelog

This commit is contained in:
Chris Tsang 2024-01-10 11:05:00 +00:00
parent f54683d365
commit 358e31a09b

View File

@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/). and this project adheres to [Semantic Versioning](http://semver.org/).
## 0.12.11 - Pending
### Enhancements
* Improve query performance of `Paginator`'s `COUNT` query https://github.com/SeaQL/sea-orm/pull/2030
### House keeping
* Fix clippy warnings on 1.75 https://github.com/SeaQL/sea-orm/pull/2057
## 0.12.10 - 2023-12-14 ## 0.12.10 - 2023-12-14
### New Features ### New Features