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 82871c14..317d69e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,10 +8,16 @@ Release date: TBA
-What's New in astroid 2.13.4?
+What's New in astroid 2.13.5?
=============================
Release date: TBA
+
+
+What's New in astroid 2.13.4?
+=============================
+Release date: 2023-01-31
+
* Fix issues with ``typing_extensions.TypeVar``.
* Fix ``ClassDef.fromlino`` for PyPy 3.8 (v7.3.11) if class is wrapped by a decorator.