mirror of https://github.com/pallets/flask.git
Documented change in flashing
This commit is contained in:
parent
f2f806285d
commit
34e6933832
2
CHANGES
2
CHANGES
|
@ -43,6 +43,8 @@ Release date to be announced, codename to be selected
|
||||||
- Added :func:`safe_join`
|
- Added :func:`safe_join`
|
||||||
- The automatic JSON request data unpacking now looks at the charset
|
- The automatic JSON request data unpacking now looks at the charset
|
||||||
mimetype parameter.
|
mimetype parameter.
|
||||||
|
- Don't modify the session on :func:`flask.get_flashed_messages` if there
|
||||||
|
are no messages in the session.
|
||||||
|
|
||||||
Version 0.6.1
|
Version 0.6.1
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Reference in New Issue