forked from orbit-oss/flask
Update change log
This commit is contained in:
parent
5505827a4b
commit
a23ce46971
1 changed files with 3 additions and 3 deletions
6
CHANGES
6
CHANGES
|
|
@ -70,9 +70,9 @@ Version 1.0
|
||||||
- ``flask.g`` now has ``pop()`` and ``setdefault`` methods.
|
- ``flask.g`` now has ``pop()`` and ``setdefault`` methods.
|
||||||
- Turn on autoescape for ``flask.templating.render_template_string`` by default
|
- Turn on autoescape for ``flask.templating.render_template_string`` by default
|
||||||
(pull request ``#1515``).
|
(pull request ``#1515``).
|
||||||
- Added support for `provide_automatic_options` in `**kwargs` on
|
- Added support for `provide_automatic_options` in :meth:`add_url_rule` to
|
||||||
:meth:`add_url_rule` to turn off automatic OPTIONS when the `view_func`
|
turn off automatic OPTIONS when the `view_func` argument is not a class
|
||||||
argument is not a class (pull request ``#1489``).
|
(pull request ``#1489``).
|
||||||
|
|
||||||
Version 0.10.2
|
Version 0.10.2
|
||||||
--------------
|
--------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue