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 9179420f..3ee8ee60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,10 +8,16 @@ Release date: TBA
-What's New in astroid 2.15.3?
+What's New in astroid 2.15.4?
=============================
Release date: TBA
+
+
+What's New in astroid 2.15.3?
+=============================
+Release date: 2023-04-16
+
* Fix ``infer_call_result()`` crash on methods called ``with_metaclass()``.
Closes #1735