release 0.12.3

This commit is contained in:
David Lord 2018-04-26 12:12:03 -07:00
parent 22992a0d53
commit 63deee0a8b
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
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