summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-04-24 07:23:59 +0200
committerGitHub <noreply@github.com>2023-04-24 07:23:59 +0200
commit73482936a4eabeb3e51425f3b5c56d1d9e0a9bb9 (patch)
tree07da31ecf50ffbeb08c11e1968f06c91265fa53d /ChangeLog
parentc312218289798207813971af540fbed43c6963b5 (diff)
downloadastroid-git-73482936a4eabeb3e51425f3b5c56d1d9e0a9bb9.tar.gz
Various TryStar fixes (#2142)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ee8ee60..1bb82999 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,10 @@ What's New in astroid 2.15.4?
=============================
Release date: TBA
+* Add visitor function for ``TryStar`` to ``AsStringVisitor`` and
+ add ``TryStar`` to ``astroid.nodes.ALL_NODE_CLASSES``.
+
+ Refs #2142
What's New in astroid 2.15.3?