Skip to content

Commit

Permalink
Fix a link in the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Jun 27, 2011
1 parent c5340b1 commit 1c47d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES
Expand Up @@ -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
Expand Down

0 comments on commit 1c47d8a

Please sign in to comment.