From d847a06f8067cfcfbe573a0a35074b38ab028712 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Wed, 9 Oct 2024 21:09:04 +0200 Subject: [PATCH] Update changelog prior to 2.6.0 release (#441) --- CHANGELOG.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de9360f..25b68a4 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) ---------------------------