In 0.7, make_default_options_response is a public API

This commit is contained in:
Armin Ronacher 2010-07-28 01:39:25 +02:00
parent 43ae651c30
commit 952967fcab
2 changed files with 12 additions and 2 deletions

View file

@ -8,6 +8,10 @@ Version 0.7
Release date to be announced, codename to be selected
- Added :meth:`~flask.Flask.make_default_options_response`
which can be used by subclasses to alter the default
behaviour for `OPTIONS` responses.
Version 0.6.1
-------------