Skip to content

Commit b731c73

Browse files
committed
Update ChangeLog and whatsnew
1 parent 815c40b commit b731c73

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
@@ -27,6 +27,10 @@ Release date: 2021-04-26
2727
Closes #4166
2828
Closes #4415
2929

30+
* Fix incompatibility with Python 3.6.0 caused by ``typing.Counter`` and ``typing.NoReturn`` usage
31+
32+
Closes #4412
33+
3034

3135
What's New in Pylint 2.8.2?
3236
===========================

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)