Merge branch '3.0.x'

This commit is contained in:
David Lord 2024-10-23 13:45:17 -07:00
commit 9b5549313e
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
3 changed files with 3 additions and 3 deletions

View file

@ -847,7 +847,7 @@ Released 2018-04-26
explicitly for each exception if you want to avoid traversing the
MRO. :pr:`2362`
- Fix incorrect JSON encoding of aware, non-UTC datetimes. :pr:`2374`
- Template auto reloading will honor debug mode even even if
- Template auto reloading will honor debug mode even if
``Flask.jinja_env`` was already accessed. :pr:`2373`
- The following old deprecated code was removed. :issue:`2385`