Skip to content

Commit 2465d32

Browse files
committed
Update ChangeLog and whatsnew
1 parent 7ba1613 commit 2465d32

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Release date: 2021-04-26
2323
Closes #4166
2424
Closes #4415
2525

26+
* Fix incompatibility with Python 3.6.0 caused by ``typing.Counter`` and ``typing.NoReturn`` usage
27+
28+
Closes #4412
29+
2630

2731
What's New in Pylint 2.8.2?
2832
===========================

doc/whatsnew/2.9.rst

+2
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ Other Changes
2323
* The output messages for ``arguments-differ`` error message have been customized based on the different error cases.
2424

2525
* New option ``--fail-on=<msg ids>`` to return non-zero exit codes regardless of ``fail-under`` value.
26+
27+
* Fix incompatibility with Python 3.6.0 caused by ``typing.Counter`` and ``typing.NoReturn`` usage

0 commit comments

Comments
 (0)