aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDaniel Watkins <daniel.watkins@canonical.com>2018-06-01 17:16:29 -0400
committerDavid Lord <davidism@gmail.com>2019-12-02 14:03:12 -0800
commit1539dd418ab179730ac503501b8cc18100d8b7fb (patch)
treef2b56b225df8fe19b4e34f446aa87c0ac14c5888 /CHANGES.rst
parent41df8a503b9c18af5ede589e1bf09bf28e01e143 (diff)
downloadjinja-1539dd418ab179730ac503501b8cc18100d8b7fb.tar.gz
add a node for derived context references
This allows extensions to access locals in the scope from which they were called.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 037dfaa4..f5f2e7cf 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -85,6 +85,9 @@ Unreleased
and source for Python >= 3.7. :issue:`1104`
- Tracebacks for template syntax errors in Python 3 no longer show
internal compiler frames. :issue:`763`
+- Add a ``DerivedContextReference`` node that can be used by
+ extensions to get the current context and local variables such as
+ ``loop``. :issue:`860`
Version 2.10.3