summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-09-06 12:23:08 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-09-06 12:37:43 +0200
commitb2dbf7bdaa02436962c4c5ccbc6bbb8b8e0c3295 (patch)
tree4d240f330656862c36162e025b4f0cd4458bd2be /ChangeLog
parentfbe7859ec56ab64cc4d1b2604082878fdfdc8a14 (diff)
downloadastroid-git-2.12.7.tar.gz
Bump astroid to 2.12.7, update changelogv2.12.7
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1617711d..21476b4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,10 +8,16 @@ Release date: TBA
-What's New in astroid 2.12.7?
+What's New in astroid 2.12.8?
=============================
Release date: TBA
+
+
+What's New in astroid 2.12.7?
+=============================
+Release date: 2022-09-06
+
* Fixed a crash in the ``dataclass`` brain for uninferable bases.
Closes PyCQA/pylint#7418