From da503ef524762efa39b01a9128fed359d528c463 Mon Sep 17 00:00:00 2001 From: Dale Kube Date: Sun, 1 Mar 2026 19:27:32 -0600 Subject: [PATCH] add correct PR number --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7456e9b4..e3cd0d99 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ Version 3.2.0 Unreleased - Optimize request dispatching by caching the result of ``ensure_sync`` for view - functions in ``_sync_view_functions``, reducing CPU overhead. :issue:`9999` + functions in ``_sync_view_functions``, reducing CPU overhead. :pr:`5939` - Drop support for Python 3.9. :pr:`5730` - Remove previously deprecated code: ``__version__``. :pr:`5648` - ``RequestContext`` has merged with ``AppContext``. ``RequestContext`` is now