From e6e75e55470a0682ee8370e6d68062e515a248b9 Mon Sep 17 00:00:00 2001 From: David Lord Date: Sat, 24 Apr 2021 07:31:16 -0700 Subject: [PATCH] changelog for bumped pallets versions --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index d62d0383..9bb16d92 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,9 @@ Version 2.0.0 Unreleased - 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, override ``app.json_encoder`` and ``json_decoder``. :issue:`3555` - The ``encoding`` option to JSON functions is deprecated. :pr:`3562`