jsonify encodes decimal to str
This commit is contained in:
parent
f3465df554
commit
bf590880f8
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