changelog for bumped pallets versions

This commit is contained in:
David Lord 2021-04-24 07:31:16 -07:00
parent c791f6312b
commit e6e75e5547
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -6,6 +6,9 @@ Version 2.0.0
Unreleased Unreleased
- Drop support for Python 2 and 3.5. - Drop support for Python 2 and 3.5.
- Bump minimum versions of other Pallets projects: Werkzeug >= 2,
Jinja2 >= 3, MarkupSafe >= 2, ItsDangerous >= 2, Click >= 8. Be sure
to check the change logs for each project.
- JSON support no longer uses simplejson. To use another JSON module, - JSON support no longer uses simplejson. To use another JSON module,
override ``app.json_encoder`` and ``json_decoder``. :issue:`3555` override ``app.json_encoder`` and ``json_decoder``. :issue:`3555`
- The ``encoding`` option to JSON functions is deprecated. :pr:`3562` - The ``encoding`` option to JSON functions is deprecated. :pr:`3562`