summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-03-24 12:04:26 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-03-24 12:04:26 -0400
commit316c1ab2f3edc8807cf26e0d4718453cd0154872 (patch)
treef63066b77304a67863e022686631be9086c0fdfb /CHANGES
parent556151f5c2f5e491cb97ca7ffdbdb565b3145ccc (diff)
downloadmako-316c1ab2f3edc8807cf26e0d4718453cd0154872.tar.gz
- apply the #125 patch
- changelog
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 52b7d06..e53fb97 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,16 @@
-0.6.3
+0.7.0
+- [feature] Added new "loop" variable to templates,
+ is provided within a % for block to provide
+ info about the loop such as index, first/last,
+ odd/even, etc. Thanks to Ben Trofatter for all
+ the work on this [ticket:125]
+
+- [feature] Added a real check for "reserved"
+ names, that is names which are never pulled
+ from the context and cannot be passed to
+ the template.render() method. Current names
+ are "context", "loop".
+
- [feature] The html_error_template() will now
apply Pygments highlighting to the source
code displayed in the traceback, if Pygments