From a95a97164bf509883c1f14e440bbf53df91119db Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Mon, 14 Aug 2023 22:13:03 +0300 Subject: [PATCH] Added changelog --- CHANGES/1266.bugfix.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CHANGES/1266.bugfix.rst diff --git a/CHANGES/1266.bugfix.rst b/CHANGES/1266.bugfix.rst new file mode 100644 index 00000000..55f0cfc6 --- /dev/null +++ b/CHANGES/1266.bugfix.rst @@ -0,0 +1,2 @@ +Moved global filters check placement into router to add chance to pass context from global filters +into handlers in the same way as it possible in other places