Merge pull request #259 from SimonSapin/docs-fix
Fix a link in the changelog.
This commit is contained in:
commit
3cecdb3966
1 changed files with 1 additions and 1 deletions
2
CHANGES
2
CHANGES
|
|
@ -40,7 +40,7 @@ Release date to be announced, codename to be selected
|
||||||
- Added `teardown_request` decorator, for functions that should run at the end
|
- Added `teardown_request` decorator, for functions that should run at the end
|
||||||
of a request regardless of whether an exception occurred.
|
of a request regardless of whether an exception occurred.
|
||||||
- Implemented :func:`flask.has_request_context`
|
- Implemented :func:`flask.has_request_context`
|
||||||
- Added :func:`safe_join`
|
- Added :func:`flask.safe_join`
|
||||||
- The automatic JSON request data unpacking now looks at the charset
|
- The automatic JSON request data unpacking now looks at the charset
|
||||||
mimetype parameter.
|
mimetype parameter.
|
||||||
- Don't modify the session on :func:`flask.get_flashed_messages` if there
|
- Don't modify the session on :func:`flask.get_flashed_messages` if there
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue