summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-19 21:08:40 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-04-19 22:30:18 +0200
commit36b81ead6dcecde342c696eab3089267acbe4ff3 (patch)
treede3f5272a8279e9196d17516caad4eb0719dc9ee /ChangeLog
parent0be62d4f5e0fc9f20e8e389b2d099f0932f0d984 (diff)
downloadastroid-git-2.11.3.tar.gz
Bump astroid to 2.11.3, update changelogv2.11.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e91bcfcc..736f8975 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,10 +8,16 @@ Release date: TBA
-What's New in astroid 2.11.3?
+What's New in astroid 2.11.4?
=============================
Release date: TBA
+
+
+What's New in astroid 2.11.3?
+=============================
+Release date: 2022-04-19
+
* Fixed an error in the Qt brain when building ``instance_attrs``.
Closes PyCQA/pylint#6221