From e63ead4208c1e56723532878728ef9c2eb197b01 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Sun, 22 Sep 2024 21:42:35 +0800 Subject: [PATCH] Fix typo in the changelog --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 082c7065..6de7eece 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -835,7 +835,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`