summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-04-16 17:10:30 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-04-16 22:36:26 +0200
commitc312218289798207813971af540fbed43c6963b5 (patch)
tree5cf42a42470a836bdc2cd1d3120dfb68a8685c20 /ChangeLog
parent0d4c0a0a42f02ad19c5ad1cefdbf45643d041a2a (diff)
downloadastroid-git-c312218289798207813971af540fbed43c6963b5.tar.gz
Bump astroid to 2.15.3, update changelogv2.15.3
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