added support for token stream filtering and preprocessing.
--HG--
branch : trunk
diff --git a/docs/api.rst b/docs/api.rst
index e4c7a50..e16107a 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -590,6 +590,8 @@
.. automethod:: Environment.parse
+.. automethod:: Environment.preprocess
+
.. automethod:: Template.new_context
.. method:: Template.root_render_func(context)
diff --git a/docs/extensions.rst b/docs/extensions.rst
index 8ea554a..215a684 100644
--- a/docs/extensions.rst
+++ b/docs/extensions.rst
@@ -168,7 +168,7 @@
Extensions always have to extend the :class:`jinja2.ext.Extension` class:
.. autoclass:: Extension
- :members: parse, attr, call_method
+ :members: preprocess, filter_stream, parse, attr, call_method
.. attribute:: identifier