]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Add changelog for #404
authorMarkus Unterwaditzer <markus@unterwaditzer.net>
Mon, 6 Apr 2015 12:27:03 +0000 (14:27 +0200)
committerMarkus Unterwaditzer <markus@unterwaditzer.net>
Mon, 6 Apr 2015 12:27:03 +0000 (14:27 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index cb5e78484e1af2a71b74aef1bae08898bdbbba9d..241a95c89b5c39060fd6f5f7bb91d825b71dbbed 100644 (file)
--- 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
 -------------