fix issue4333

This commit is contained in:
Rohan-Salwan 2021-11-11 17:15:00 +05:30
parent 86009452fb
commit 4fc54c8d5f
2 changed files with 10 additions and 1 deletions

View file

@ -24,6 +24,8 @@ Released 2021-10-04
- Fix the order of ``before_request`` and other callbacks that trigger
before the view returns. They are called from the app down to the
closest nested blueprint. :issue:`4229`
- Fix ``after_this_request`` fails with a meaningless error when used
outside request context. :issue:`4333`
Version 2.0.1