Skip to content

Commit d6e5e89

Browse files
committed
Update ChangeLog and whatsnew
1 parent 644b3ba commit d6e5e89

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
@@ -40,6 +40,10 @@ modules are added.
4040

4141
* Don't emit ``import-error`` if import guarded behind ``if sys.version_info >= (x, x)``
4242

43+
* Fix incompatibility with Python 3.6.0 caused by ``typing.Counter`` and ``typing.NoReturn`` usage
44+
45+
Closes #4412
46+
4347

4448
What's New in Pylint 2.8.2?
4549
===========================

doc/whatsnew/2.9.rst

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

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

0 commit comments

Comments
 (0)