From 2465d32c3ad7451a264518c6978d9100515387c5 Mon Sep 17 00:00:00 2001 From: Peter Kolbus Date: Thu, 6 May 2021 10:05:22 -0500 Subject: [PATCH] Update ChangeLog and whatsnew --- ChangeLog | 4 ++++ doc/whatsnew/2.9.rst | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 56a1fd4f104..29c917171f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,10 @@ Release date: 2021-04-26 Closes #4166 Closes #4415 +* Fix incompatibility with Python 3.6.0 caused by ``typing.Counter`` and ``typing.NoReturn`` usage + + Closes #4412 + What's New in Pylint 2.8.2? =========================== diff --git a/doc/whatsnew/2.9.rst b/doc/whatsnew/2.9.rst index a0053e98f05..a390735aadb 100644 --- a/doc/whatsnew/2.9.rst +++ b/doc/whatsnew/2.9.rst @@ -23,3 +23,5 @@ Other Changes * The output messages for ``arguments-differ`` error message have been customized based on the different error cases. * New option ``--fail-on=`` to return non-zero exit codes regardless of ``fail-under`` value. + +* Fix incompatibility with Python 3.6.0 caused by ``typing.Counter`` and ``typing.NoReturn`` usage