forked from orbit-oss/flask
Add support for serializing top-level arrays to JSON
Fix #170, #248, #510, #673, #1177
This commit is contained in:
parent
f17e6061fc
commit
daceb3e3a0
5 changed files with 114 additions and 115 deletions
3
CHANGES
3
CHANGES
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue