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 06cf349bb8
commit 892ae95509
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
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