aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-04-06 14:27:03 +0200
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-04-06 14:27:03 +0200
commit8f7290a005aac399ce1747988c05cfa091eb7d3d (patch)
tree208cbb399eb1e60b17eb8eaa2e2635b412a57a8d /CHANGES
parentf22fdd5ffe81aab743f78290071b0aa506705533 (diff)
downloadjinja-8f7290a005aac399ce1747988c05cfa091eb7d3d.tar.gz
Add changelog for #404
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cb5e7848..241a95c8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -26,6 +26,9 @@ Version 2.8
change makes ``{% macro m(x, y=1, z) %}...{% endmacro %}`` a syntax error. The
previous behavior for this code was broken anyway (resulting in the default
value being applied to `y`).
+- Add ability to use custom subclasses of ``jinja2.compiler.CodeGenerator`` and
+ ``jinja2.runtime.Context`` by adding two new attributes to the environment
+ (`code_generator_class` and `context_class`) (pull request ``#404``).
Version 2.7.3
-------------