forked from orbit-oss/flask
Fixed an issue where the default OPTIONS response was
not exposing all valid methods in the `Allow` header. This fixes #97 Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
This commit is contained in:
parent
8a14a875d2
commit
dbf55de7e8
3 changed files with 33 additions and 4 deletions
3
CHANGES
3
CHANGES
|
|
@ -13,6 +13,9 @@ Version 0.6.1
|
|||
|
||||
Bugfix release, release date to be announced.
|
||||
|
||||
- Fixed an issue where the default `OPTIONS` response was
|
||||
not exposing all valid methods in the `Allow` header.
|
||||
|
||||
Version 0.6
|
||||
-----------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue