From 5ee7d7b69dc31371256f1614edf3fc2664554fbe Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Wed, 9 Oct 2024 21:05:30 +0200 Subject: [PATCH] Update changelog prior to 2.6.0 release --- CHANGELOG.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de9360f3..25b68a47 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,16 +7,21 @@ Version 2.6.0 NOTICE ~~~~~~ -This version drops support for Python 3.7 - latest Pylint no longer supports 3.7, and CI tasks were taking hours under 3.7. `Python 3.7 `_ received its last security update more than a year ago (from the date of this release). +We dropped support for Python 3.7, 3.8, and for pylint below 3.0. Bugfixes ~~~~~~~~ - Added Django aliases for ranges to support psycopg 2 and 3 (`#421 `_) -- Support for PYthon 3.12 datetime (`#427 `_) +- Support for Python 3.12 datetime (`#427 `_) - Fixed location of installed LICENSE file (`#431 `_) - Fixed ForeignKeyStringChecker referencing linter config incorrectly (`#430 `_) +Other +~~~~~ + +- CI now tests against Django 5.1 + Version 2.5.5 (14 May 2023) ---------------------------