From: David Lord Date: Tue, 9 Nov 2021 20:28:39 +0000 (-0800) Subject: Merge branch '3.0.x' X-Git-Tag: 3.1.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a42b291bf2a3ac69f978ee88418ca6d0c7879d1e;p=thirdparty%2Fjinja.git Merge branch '3.0.x' --- a42b291bf2a3ac69f978ee88418ca6d0c7879d1e diff --cc CHANGES.rst index 14830e05,9c58019c..cedf398b --- a/CHANGES.rst +++ b/CHANGES.rst @@@ -1,11 -1,22 +1,28 @@@ .. currentmodule:: jinja2 +Version 3.1.0 +------------- + +Unreleased + + + Version 3.0.3 + ------------- + + Released 2021-11-09 + + - Fix traceback rewriting internals for Python 3.10 and 3.11. + :issue:`1535` + - Fix how the native environment treats leading and trailing spaces + when parsing values on Python 3.10. :pr:`1537` + - Improve async performance by avoiding checks for common types. + :issue:`1514` + - Revert change to ``hash(Node)`` behavior. Nodes are hashed by id + again :issue:`1521` + - ``PackageLoader`` works when the package is a single module file. + :issue:`1512` + + Version 3.0.2 -------------