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 896db23d..4d36168a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,10 +8,16 @@ Release Date: TBA
-What's New in astroid 2.6.1?
+What's New in astroid 2.6.2?
============================
Release Date: TBA
+
+
+What's New in astroid 2.6.1?
+============================
+Release Date: 2021-06-29
+
* Fix issue with ``TypedDict`` for Python 3.9+
Closes PyCQA/pylint#4610