forked from orbit-oss/flask
remove simplejson
- remove encoding detection backport, json.loads supports it directly - use str.translate instead of multiple str.replace
This commit is contained in:
parent
024f0d384c
commit
c43edfc7c0
6 changed files with 27 additions and 113 deletions
|
|
@ -19,6 +19,9 @@ Unreleased
|
|||
200 OK and an empty file. :issue:`3358`
|
||||
- When using ad-hoc certificates, check for the cryptography library
|
||||
instead of PyOpenSSL. :pr:`3492`
|
||||
- JSON support no longer uses simplejson if it's installed. To use
|
||||
another JSON module, override ``app.json_encoder`` and
|
||||
``json_decoder``. :issue:`3555`
|
||||
|
||||
|
||||
Version 1.1.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue