Automated merge with ssh://team@pocoo.org/jinja2-main
[jinja2.git] / docs / switching.rst
index 3de07d110eda58389d1ba4248e369d8f318da4c8..71ee7d832bc67fa77dd8e6b16af89c57c6aac108 100644 (file)
@@ -62,6 +62,10 @@ Context
     modifications nor is it a singleton.  As inheritance is dynamic now
     multiple context objects may exist during template evaluation.
 
+Filters and Tests
+    Filters and tests are regular functions now.  It's no longer necessary
+    and allowed to use factory functions.
+
 
 Templates
 ~~~~~~~~~