From 1c47d8a5f6f98e1dc40773f2b41dac688b440e9c Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 27 Jun 2011 08:21:09 +0200 Subject: [PATCH] Fix a link in the changelog. --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e10744ca..abc923e1 100644 --- a/CHANGES +++ b/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 of a request regardless of whether an exception occurred. - 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 mimetype parameter. - Don't modify the session on :func:`flask.get_flashed_messages` if there