diff --git a/CHANGES/1672.bugfix.rst b/CHANGES/1672.bugfix.rst index 7d3e87e9..f85860cb 100644 --- a/CHANGES/1672.bugfix.rst +++ b/CHANGES/1672.bugfix.rst @@ -1,2 +1,4 @@ Fixed an issue where the scene entry handler (:code:`enter`) was not receiving data passed to the context by middleware, which could result in a :code:`TypeError`. + +Also updated the documentation to clarify how to enter the scene.