jsonify encodes decimal to str
This commit is contained in:
parent
06cf349bb8
commit
892ae95509
3 changed files with 16 additions and 1 deletions
|
|
@ -15,6 +15,8 @@ Unreleased
|
|||
- Fix registering a blueprint twice with differing names. :issue:`4124`
|
||||
- Fix the type of ``static_folder`` to accept ``pathlib.Path``.
|
||||
:issue:`4150`
|
||||
- ``jsonify`` handles ``decimal.Decimal`` by encoding to ``str``.
|
||||
:issue:`4157`
|
||||
|
||||
|
||||
Version 2.0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue