summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Drozd <nicholasdrozd@gmail.com>2023-04-05 16:50:24 -0400
committerGitHub <noreply@github.com>2023-04-05 22:50:24 +0200
commitb875fddeccf5f351e9913aa94aa7bdc258b89f4c (patch)
tree460016f04a3744fb05ecbf281bf433e9a6fa7fe8 /ChangeLog
parentbee6e07a198613e3f559d22340f56269c960d1fa (diff)
downloadastroid-git-b875fddeccf5f351e9913aa94aa7bdc258b89f4c.tar.gz
Mandatory fields for Decorators (#2107)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53c1b73b..f92dbbee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,7 @@ Release date: TBA
- ``nodes.Call``
- ``nodes.Compare``
- ``nodes.Comprehension``
+ - ``nodes.Decorators``
- ``nodes.Delete``
- ``nodes.DelAttr``
- ``nodes.DelName``