release 0.12.3

This commit is contained in:
David Lord 2018-04-26 12:12:03 -07:00
parent d86103c79d
commit 6cd1a55f17
2 changed files with 51 additions and 33 deletions

View file

@ -5,7 +5,7 @@ Flask Changelog
Version 0.12.3
--------------
Bugfix release, unreleased
Released on April 26th 2018
- :func:`Request.get_json` no longer accepts arbitrary encodings.
Incoming JSON should be encoded using UTF-8 per :rfc:`8259`, but