speedup extension is now disabled by default (added message) and fixed a
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 13 Sep 2009 17:26:39 +0000 (10:26 -0700)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 13 Sep 2009 17:26:39 +0000 (10:26 -0700)
line in the docs.

--HG--
branch : trunk

CHANGES
docs/templates.rst

diff --git a/CHANGES b/CHANGES
index c4f9b3fbe6d102fbfe308e5ae1869297a3225afd..05d28d745106aa04019d2992299a4cd7a3454c12 100644 (file)
--- 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
 -------------
index 79ab5e3a6997b07399f8cc46bb7c15befd183750..93560af6d5cc192c7951cef59cf00da2a74e15bd 100644 (file)
@@ -409,7 +409,7 @@ modifier to a block declaration::
         <li>{% block loop_item scoped %}{{ item }}{% endblock %}</li>
     {% 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