aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2019-12-03 08:57:41 -0800
committerDavid Lord <davidism@gmail.com>2019-12-03 09:08:37 -0800
commitd4aff1fc0ba0ab9719c444253b5877f8735072b7 (patch)
treeac9bfcb5054297878b79b58a7a2d9cfa64f88924 /CHANGES.rst
parent06238a9dba2f80c17c94b487972aeaa111027de4 (diff)
downloadjinja-d4aff1fc0ba0ab9719c444253b5877f8735072b7.tar.gz
apply optimizer to all Expr nodes
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index f5f2e7cf..6df6d242 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -88,6 +88,8 @@ Unreleased
- Add a ``DerivedContextReference`` node that can be used by
extensions to get the current context and local variables such as
``loop``. :issue:`860`
+- Constant folding during compilation is applied to some node types
+ that were previously overlooked. :issue:`733`
Version 2.10.3