diff options
author | Nikolai Kristiansen <nikolaik@gmail.com> | 2021-04-26 10:43:13 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-26 11:02:00 +0200 |
commit | 9e2394d211cf81ca1864de58c36461bf885500bb (patch) | |
tree | f6b31540e9d93175b17fae200915e9755109b563 | |
parent | ea8a6eb6b956d139bb142eb45788a8314789b0c9 (diff) | |
download | pylint-git-9e2394d211cf81ca1864de58c36461bf885500bb.tar.gz |
Add changelog entry
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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. |