fix pr link

This commit is contained in:
David Lord 2022-07-08 12:02:18 -07:00
parent cbebdae698
commit 979e0adbac
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -17,7 +17,7 @@ Unreleased
- The app and request contexts are managed using Python context vars
directly rather than Werkzeug's ``LocalStack``. This should result
in better performance and memory use. :pr:`4672`
in better performance and memory use. :pr:`4682`
- Extension maintainers, be aware that ``_app_ctx_stack.top``
and ``_request_ctx_stack.top`` are deprecated. Store data on