From 358e31a09b8d1b07ef7ef4d7bbf4df8261db8741 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Wed, 10 Jan 2024 11:05:00 +0000 Subject: [PATCH] Changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef8de6d9..b4389175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/) 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 ### New Features