summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 31a5609fa..29228417a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,15 +3,27 @@ Pylint's ChangeLog
------------------
-What's New in Pylint 2.10.0?
+What's New in Pylint 2.11.0?
============================
Release date: TBA
..
- Put new features here and also in 'doc/whatsnew/2.10.rst'
+ Put new features here and also in 'doc/whatsnew/2.11.rst'
+
+
+What's New in Pylint 2.10.1?
+============================
+Release date: TBA
+
..
Put bug fixes that should not wait for a new minor version here
+
+
+What's New in Pylint 2.10.0?
+============================
+Release date: 2021-08-20
+
* pyreverse: add option to produce colored output.
Closes #4488