Add JSONIFY_MIMETYPE configuration variable (#1728)

Allow jsonify responses' mimetype to be configured
This commit is contained in:
Steven Loria 2016-04-08 19:30:47 -03:00 committed by David Lord
parent 0690ce18c2
commit 2bf477cfea
5 changed files with 16 additions and 1 deletions

View file

@ -76,6 +76,7 @@ Version 1.0
- ``flask.ext`` is now deprecated (pull request ``#1484``).
- ``send_from_directory`` now raises BadRequest if the filename is invalid on
the server OS (pull request ``#1763``).
- Added the ``JSONIFY_MIMETYPE`` configuration variable (pull request ``#1728``).
Version 0.10.2
--------------