summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-02 13:29:41 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-02 13:59:44 +0200
commit5f30afe05e8205606e863bf6b0135b1425b8e83d (patch)
tree2cc6ee0eb6c75875dbdad5be8cbf9f5a767a9a41 /ChangeLog
parent2b19658564ace0dbac96c4232abdfe04d6d8f8b7 (diff)
downloadastroid-git-2.11.4.tar.gz
Bump astroid to 2.11.4, update changelogv2.11.4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c69642f1..2766f58f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,10 +8,16 @@ Release date: TBA
-What's New in astroid 2.11.4?
+What's New in astroid 2.11.5?
=============================
Release date: TBA
+
+
+What's New in astroid 2.11.4?
+=============================
+Release date: 2022-05-02
+
* Fix ``col_offset`` attribute for nodes involving ``with`` on ``PyPy``.
* Fixed a crash involving two starred expressions: one inside a comprehension,