summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index df8bdc7d3..540f6f372 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,13 +10,18 @@ Release date: TBA
Put new features here and also in 'doc/whatsnew/2.10.rst'
-What's New in Pylint 2.9.5?
+What's New in Pylint 2.9.6?
===========================
Release date: TBA
..
Put bug fixes that should not wait for a new minor version here
+
+What's New in Pylint 2.9.5?
+===========================
+Release date: 2021-07-21
+
* Fix a crash when there would be a 'TypeError object does not support
item assignment' in the code we parse.