summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-03 20:45:12 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-04-03 21:13:53 +0200
commitae660142aac5d7fa0d137088f3fda5f48b97a37a (patch)
treea894752c62e64a2bd5c3c8227d3a8f384e7542a2 /ChangeLog
parent225c146e59668a461e6ff0ef0c43233fe500b86a (diff)
downloadastroid-git-ae660142aac5d7fa0d137088f3fda5f48b97a37a.tar.gz
Fix constructors of ``UnaryOp``
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e43aec65..0115acd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,7 @@ Release date: TBA
- ``nodes.IfExp``
- ``nodes.Starred``
- ``nodes.Subscript``
+ - ``nodes.UnaryOp``
These changes involve breaking changes to their API but should be considered bug fixes. We
now make arguments required when they are instead of always providing defaults.