From 449ae477610616427ca23c8085288737ee2a83ef Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Thu, 17 Apr 2025 00:31:43 +0300 Subject: [PATCH] Update changelog --- CHANGES/1672.bugfix.rst | 2 ++ 1 file changed, 2 insertions(+) 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.