jsonify encodes decimal to str

This commit is contained in:
default-303 2021-06-19 17:27:56 +05:30 committed by David Lord
parent f3465df554
commit bf590880f8
3 changed files with 16 additions and 1 deletions

View file

@ -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