mirror of https://github.com/pallets/flask.git
Fix typo in the changelog
This commit is contained in:
parent
c77b099cbb
commit
e63ead4208
|
@ -835,7 +835,7 @@ Released 2018-04-26
|
||||||
explicitly for each exception if you want to avoid traversing the
|
explicitly for each exception if you want to avoid traversing the
|
||||||
MRO. :pr:`2362`
|
MRO. :pr:`2362`
|
||||||
- Fix incorrect JSON encoding of aware, non-UTC datetimes. :pr:`2374`
|
- 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`
|
``Flask.jinja_env`` was already accessed. :pr:`2373`
|
||||||
- The following old deprecated code was removed. :issue:`2385`
|
- The following old deprecated code was removed. :issue:`2385`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue