forked from orbit-oss/flask
Flask no longer internally depends on rules being added through the add_url_rule function
This commit is contained in:
parent
07688d7b93
commit
99be2ec022
3 changed files with 23 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -27,6 +27,9 @@ Release date to be announced, codename to be selected
|
|||
used to flip the setting of exception propagation which previously
|
||||
was linked to `DEBUG` alone and is now linked to either `DEBUG` or
|
||||
`TESTING`.
|
||||
- Flask no longer internally depends on rules being added through the
|
||||
`add_url_rule` function and can now also accept regular werkzeug
|
||||
rules added to the url map.
|
||||
|
||||
Version 0.6.1
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue