Merge pull request #4687 from Jalkhov/patch-1

Fix CHANGES.rst typo
This commit is contained in:
David Lord 2022-07-11 16:50:10 -07:00 committed by GitHub
commit c356c6da5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -914,7 +914,7 @@ Released 2013-06-13, codename Limoncello
- Set the content-length header for x-sendfile.
- ``tojson`` filter now does not escape script blocks in HTML5
parsers.
- ``tojson`` used in templates is now safe by default due. This was
- ``tojson`` used in templates is now safe by default. This was
allowed due to the different escaping behavior.
- Flask will now raise an error if you attempt to register a new
function on an already used endpoint.