From 136ea6d88c0a55fc7203e4d63430636ec40381ed Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 18 Nov 2024 22:20:35 -0600 Subject: [PATCH] changelog --- CHANGES/9972.bugfix.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CHANGES/9972.bugfix.rst diff --git a/CHANGES/9972.bugfix.rst b/CHANGES/9972.bugfix.rst new file mode 100644 index 00000000000..63c82a4360b --- /dev/null +++ b/CHANGES/9972.bugfix.rst @@ -0,0 +1,3 @@ +Reverted an optimization to avoid rebuilding the allowed methods for `StaticResource` on every request -- by :user:`bdraco`. + +``aiohttp-cors`` needs to be able to modify the allowed methods at run time via this internal.