Skip to content

Commit d847a06

Browse files
Update changelog prior to 2.6.0 release (#441)
1 parent 745f803 commit d847a06

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,21 @@ Version 2.6.0
77
NOTICE
88
~~~~~~
99

10-
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 <https://www.python.org/downloads/release/python-3717/>`_ received its last security update more than a year ago (from the date of this release).
10+
We dropped support for Python 3.7, 3.8, and for pylint below 3.0.
1111

1212
Bugfixes
1313
~~~~~~~~
1414

1515
- Added Django aliases for ranges to support psycopg 2 and 3 (`#421 <https://github.com/pylint-dev/pylint-django/pull/421>`_)
16-
- Support for PYthon 3.12 datetime (`#427 <https://github.com/pylint-dev/pylint-django/pull/427>`_)
16+
- Support for Python 3.12 datetime (`#427 <https://github.com/pylint-dev/pylint-django/pull/427>`_)
1717
- Fixed location of installed LICENSE file (`#431 <https://github.com/pylint-dev/pylint-django/issues/431>`_)
1818
- Fixed ForeignKeyStringChecker referencing linter config incorrectly (`#430 <https://github.com/pylint-dev/pylint-django/issues/430>`_)
1919

20+
Other
21+
~~~~~
22+
23+
- CI now tests against Django 5.1
24+
2025
Version 2.5.5 (14 May 2023)
2126
---------------------------
2227

0 commit comments

Comments
 (0)