summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJoachim Jablon <joachim.jablon@people-doc.com>2021-05-26 11:54:58 +0200
committerDavid Lord <davidism@gmail.com>2021-08-09 11:07:35 -0700
commitd5f49f5cc135f1a78704dba7db8212be2388b50e (patch)
tree25efb577e1696c2bd9fc611201a618f5092b2e5c /CHANGES.rst
parent189132094135d4c84414404c3b388500d35dc49e (diff)
downloadjinja2-d5f49f5cc135f1a78704dba7db8212be2388b50e.tar.gz
Fixes #1448: Revert Undefined.__contains__ to 2.x behaviour
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 116461a..074dd1f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -3,12 +3,12 @@
Version 3.0.2
-------------
-Unreleased
-
- 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`
Version 3.0.1