From: Armin Ronacher Date: Sun, 13 Sep 2009 17:26:39 +0000 (-0700) Subject: speedup extension is now disabled by default (added message) and fixed a X-Git-Tag: 2.2.1~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a93df48029bb50ff54efa54e7763b856712385cb;p=jinja2.git speedup extension is now disabled by default (added message) and fixed a line in the docs. --HG-- branch : trunk --- diff --git a/CHANGES b/CHANGES index c4f9b3f..05d28d7 100644 --- a/CHANGES +++ b/CHANGES @@ -23,6 +23,7 @@ Version 2.2 - Added the `meta` module. - Renamed (undocumented) attribute "overlay" to "overlayed" on the environment because it was clashing with a method of the same name. +- speedup extension is now disabled by default. Version 2.1.1 ------------- diff --git a/docs/templates.rst b/docs/templates.rst index 79ab5e3..93560af 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -409,7 +409,7 @@ modifier to a block declaration::
  • {% block loop_item scoped %}{{ item }}{% endblock %}
  • {% endfor %} - When overriding a block the `scoped` modifier does not have to be provided. +When overriding a block the `scoped` modifier does not have to be provided. HTML Escaping