summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fba763298..1753a0dee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,10 +16,16 @@ Release date: TBA
(Ie. not necessarily at the end)
-What's New in Pylint 2.13.6?
+What's New in Pylint 2.13.7?
============================
Release date: TBA
+
+
+What's New in Pylint 2.13.6?
+============================
+Release date: 2022-04-20
+
* Fix a crash in the ``unsupported-membership-test`` checker when assigning
multiple constants to class attributes including ``__iter__`` via unpacking.