Documented change

This commit is contained in:
Armin Ronacher 2010-07-15 14:35:44 +02:00
parent f5b8c08284
commit 4aeb44567a
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ Release date to be announced, codename to be decided.
to the render function. to the render function.
- added the ability to limit the incoming request data with the - added the ability to limit the incoming request data with the
new ``MAX_CONTENT_LENGTH`` configuration value. new ``MAX_CONTENT_LENGTH`` configuration value.
- the endpoint for the :meth:`flask.Module.add_url_rule` method
is now optional to be consistent with the function of the
same name on the application object.
Version 0.5.1 Version 0.5.1
------------- -------------