[svn] added c implementation of the jinja context class.
--HG--
branch : trunk
diff --git a/CHANGES b/CHANGES
index de01f65..9e5e64c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -22,7 +22,8 @@
- some small bugfixes.
-- improved security system regarding function calls.
+- improved security system regarding function calls and variable
+ assignment in for loops.
- added `lipsum` function to generate random text.
@@ -64,6 +65,9 @@
- fixed a bug in the parser that didn't unescape keyword arguments. (thanks
to Alexey Melchakov for reporting)
+- You can now use the environment to just tokenize a template. This can
+ be useful for syntax highlighting or other purposes.
+
Version 1.0
-----------