From 772dec720dbd8758282252536ba2a857995d4a80 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 17 Dec 2024 16:13:55 -0800 Subject: [PATCH] Prepare 9.1.0 release Create a change log for 9.1.0 since I forgot to use scriv for the changes in this release. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae94bae..feb61050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ Changes for the upcoming release can be found in [changelog.d](https://github.co + +## 9.1.0 (2024-12-17) + +### New features + +- Add new `CountedPaginatedQueryRunner` and a returned `CountedPaginatedList` model for services that want paginated database queries that always do a second query for the total count of records without pagination. + +### Other changes + +- Safir is now tested with Python 3.13 as well as Python 3.12. + ## 9.0.1 (2024-12-11)