summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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?