forked from orbit-oss/flask
Added changelog entry and entry into authors file
This commit is contained in:
parent
b0ca7e5af1
commit
785e94bf1e
2 changed files with 4 additions and 0 deletions
1
AUTHORS
1
AUTHORS
|
|
@ -21,6 +21,7 @@ Patches and Suggestions
|
||||||
- Marian Sigler
|
- Marian Sigler
|
||||||
- Matt Campell
|
- Matt Campell
|
||||||
- Matthew Frazier
|
- Matthew Frazier
|
||||||
|
- Michael van Tellingen
|
||||||
- Ron DuPlain
|
- Ron DuPlain
|
||||||
- Sebastien Estienne
|
- Sebastien Estienne
|
||||||
- Simon Sapin
|
- Simon Sapin
|
||||||
|
|
|
||||||
3
CHANGES
3
CHANGES
|
|
@ -30,6 +30,9 @@ Release date to be announced, codename to be selected
|
||||||
- Flask no longer internally depends on rules being added through the
|
- Flask no longer internally depends on rules being added through the
|
||||||
`add_url_rule` function and can now also accept regular werkzeug
|
`add_url_rule` function and can now also accept regular werkzeug
|
||||||
rules added to the url map.
|
rules added to the url map.
|
||||||
|
- Added an `endpoint` method to the flask application object which
|
||||||
|
allows one to register a callback to an arbitrary endpoint with
|
||||||
|
a decorator.
|
||||||
|
|
||||||
Version 0.6.1
|
Version 0.6.1
|
||||||
-------------
|
-------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue