diff --git a/CHANGES b/CHANGES index 6cad64b3..8a738e32 100644 --- a/CHANGES +++ b/CHANGES @@ -61,7 +61,8 @@ Version 1.0 - The automatically provided ``OPTIONS`` method is now correctly disabled if the user registered an overriding rule with the lowercase-version ``options`` (issue ``#1288``). -- flask.json.jsonify now supports the datetime.date type +- ``flask.json.jsonify`` now supports the ``datetime.date`` type (pull request + ``#1326``). Version 0.10.2 --------------