summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-06 00:01:42 +0100
committerGitHub <noreply@github.com>2023-03-06 00:01:42 +0100
commitedf88c65d794acb5582e1d27589be9fa73b00424 (patch)
treec2993ece73aaab4d454cf1d3b41183cfd8112ac3 /ChangeLog
parent47faf97318731eeaa0fc8b77e63a1df2b1e0fe3a (diff)
downloadastroid-git-edf88c65d794acb5582e1d27589be9fa73b00424.tar.gz
Bump astroid to 2.15.0, update changelog (#2045)v2.15.0
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a0d3fb6a..b0182157 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,26 @@
astroid's ChangeLog
===================
-What's New in astroid 2.15.0?
+What's New in astroid 2.16.0?
=============================
Release date: TBA
+
+
+What's New in astroid 2.15.1?
+=============================
+Release date: TBA
+
+
+
+What's New in astroid 2.15.0?
+=============================
+Release date: 2023-03-06
+
+* astroid now supports ``TryStar`` nodes from python 3.11 and should be fully compatible with python 3.11.
+
+ Closes #2028
+
* ``Formattedvalue.postinit`` is now keyword only. This is to allow correct typing of the
``Formattedvalue`` class.