Add CHANGES entry for renaming the `StateMachine.insert_input()` parameter

This commit is contained in:
Adam Turner
2023-08-17 17:33:27 +01:00
parent 0835c3e8ea
commit b2fc47fe3d

View File

@@ -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.