From 316c1ab2f3edc8807cf26e0d4718453cd0154872 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 24 Mar 2012 12:04:26 -0400 Subject: - apply the #125 patch - changelog --- CHANGES | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'CHANGES') 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 -- cgit v1.2.1