Add support for serializing top-level arrays to JSON

Fix #170, #248, #510, #673, #1177
This commit is contained in:
Jeff Widman 2015-12-30 03:11:53 -08:00
parent f17e6061fc
commit daceb3e3a0
5 changed files with 114 additions and 115 deletions

View file

@ -8,6 +8,9 @@ Version 1.0
(release date to be announced, codename to be selected)
- Added support to serializing top-level arrays to :func:`flask.jsonify`. This
introduces a security risk in ancient browsers. See
:ref:`json_security` for details.
- Added before_render_template signal.
- Added `**kwargs` to :meth:`flask.Test.test_client` to support passing
additional keyword arguments to the constructor of