summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-26 15:11:35 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-26 15:11:35 +0200
commit1bc3e7603042363d1bc01f53ad6b5fe97ee18fc7 (patch)
treec68cd946534c08a16f2c7566a91304a2b2e3849d /ChangeLog
parent054455afea299c262cdfd4d34c808bc231a10f6e (diff)
downloadastroid-git-1bc3e7603042363d1bc01f53ad6b5fe97ee18fc7.tar.gz
Bump astroid to 2.15.1, update changelogv2.15.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f3ac7d9..c2b958b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,10 +8,16 @@ Release date: TBA
-What's New in astroid 2.15.1?
+What's New in astroid 2.15.2?
=============================
Release date: TBA
+
+
+What's New in astroid 2.15.1?
+=============================
+Release date: 2023-03-26
+
* Restore behavior of setting a Call as a base for classes created using ``six.with_metaclass()``,
and harden support for using enums as metaclasses in this case.