From: Markus Unterwaditzer Date: Mon, 6 Apr 2015 12:27:03 +0000 (+0200) Subject: Add changelog for #404 X-Git-Tag: 2.8~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f7290a005aac399ce1747988c05cfa091eb7d3d;p=thirdparty%2Fjinja.git Add changelog for #404 --- 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 -------------