Documented new error case

This commit is contained in:
Armin Ronacher 2012-10-07 17:13:12 +02:00
parent 661ee54bc2
commit f701f69947
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ Release date to be decided.
``template_filter`` method family.
- Set the content-length header for x-sendfile.
- ``tojson`` filter now does not escape script blocks in HTML5 parsers.
- Flask will now raise an error if you attempt to register a new function
on an already used endpoint.
Version 0.9
-----------