[svn] jinja can now handle variables and blocks with the same delimiters. Thanks Getty for the "nice" discussion today -.-

--HG--
branch : trunk
diff --git a/CHANGES b/CHANGES
index aa8d6c8..0c0fd47 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,10 @@
   are configured to look like this: ``${expr}``. This also fixes
   the problem with nested dicts in variable expressions.
 
+- it's now possible to configure the variable blocks to look the
+  same as the block delimiters. Thus you can set the syntax to something
+  like ``{ / }`` for both blocks and variables.
+
 - added whitespace management system for the template designer.
 
 - some small bugfixes.