summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
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