summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolai Kristiansen <nikolaik@gmail.com>2021-04-26 10:43:13 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-26 11:02:00 +0200
commit9e2394d211cf81ca1864de58c36461bf885500bb (patch)
treef6b31540e9d93175b17fae200915e9755109b563
parentea8a6eb6b956d139bb142eb45788a8314789b0c9 (diff)
downloadpylint-git-9e2394d211cf81ca1864de58c36461bf885500bb.tar.gz
Add changelog entry
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c6c75dcbb..b76b83e9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,13 +2,25 @@
Pylint's ChangeLog
------------------
-What's New in Pylint 2.8.1?
+What's New in Pylint 2.8.2?
===========================
Release date: TBA
..
Put new features and bugfixes here and also in 'doc/whatsnew/2.9.rst'
+* Keep ``__pkginfo__.numversion`` a tuple to avoid breaking pylint-django.
+
+ Closes #4405
+
+
+What's New in Pylint 2.8.1?
+===========================
+Release date: 2021-04-25
+
+..
+ Put new features and bugfixes here and also in 'doc/whatsnew/2.9.rst'
+
* Add numversion back (temporarily) in ``__pkginfo__`` because it broke Pylama and revert the unnecessary
``pylint.version`` breaking change.