diff --git a/CHANGES b/CHANGES index a18dcd0e..2559bc04 100644 --- a/CHANGES +++ b/CHANGES @@ -15,6 +15,8 @@ Version 1.0 Non permanent sessions are not affected by this and will always expire if the browser window closes. - Made Flask support custom JSON mimetypes for incoming data. +- Added support for returning tuples in the form ``(response, headers)`` + from a view function. Version 0.10.2 --------------