From 30df5a84bf8d9ed14e90defb8dc3359b9e25f7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Sun, 23 Apr 2023 11:33:29 +0200 Subject: Fix constructors of ``Super`` --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 35a613cc..7960ea2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -53,6 +53,7 @@ Release date: TBA - ``nodes.SetComp`` - ``nodes.Slice`` - ``nodes.Starred`` + - ``nodes.Super``, we also added the ``call`` parameter to its ``__init__`` method. - ``nodes.TryExcept`` - ``nodes.Subscript`` - ``nodes.UnaryOp`` -- cgit v1.2.1