From b2fc47fe3dd0adba46edbb21ef03102ecb997f89 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Thu, 17 Aug 2023 17:33:27 +0100 Subject: [PATCH] Add CHANGES entry for renaming the ``StateMachine.insert_input()`` parameter --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 9dd758cefb6..e4d20ce7b6d 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,8 @@ Release 7.2.2 (in development) Bugs fixed ---------- +* Fix the signature of the ``StateMachine.insert_input()`` patch, + for when calling with keyword arguments. * Fixed membership testing (``in``) for the :py:class:`str` interface of the asset classes (``_CascadingStyleSheet`` and ``_JavaScript``), which several extensions relied upon.