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 0308eda2..f29525cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,10 +8,16 @@ Release date: TBA
-What's New in astroid 2.15.5?
+What's New in astroid 2.15.6?
=============================
Release date: TBA
+
+
+What's New in astroid 2.15.5?
+=============================
+Release date: 2023-05-14
+
* Handle ``objects.Super`` in ``helpers.object_type()``.
Refs pylint-dev/pylint#8554