summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-10-04 17:54:36 -0700
committerDavid Lord <davidism@gmail.com>2021-10-04 17:54:36 -0700
commitf20a9c9ccbbfae312581ca9e740dcbecc218fad0 (patch)
tree2ad515531acc4f39605d80a03efc6fbfb697aa75 /CHANGES.rst
parente20a52ed50ab73203c5304cc2aae35767fbb482c (diff)
parentb7d12b6b1597ea5d38de8dac2013749be266edd0 (diff)
downloadjinja2-f20a9c9ccbbfae312581ca9e740dcbecc218fad0.tar.gz
Merge branch '3.0.x'
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index f321784..14830e0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,12 +9,19 @@ Unreleased
Version 3.0.2
-------------
+Released 2021-10-04
+
- Fix a loop scoping bug that caused assignments in nested loops
to still be referenced outside of it. :issue:`1427`
- Make ``compile_templates`` deterministic for filter and import
names. :issue:`1452, 1453`
- Revert an unintended change that caused ``Undefined`` to act like
``StrictUndefined`` for the ``in`` operator. :issue:`1448`
+- Imported macros have access to the current template globals in async
+ environments. :issue:`1494`
+- ``PackageLoader`` will not include a current directory (.) path
+ segment. This allows loading templates from the root of a zip
+ import. :issue:`1467`
Version 3.0.1