aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-03-29 20:58:05 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-03-29 20:58:05 -0400
commit0c191842df938a295a6850beaa91bd6fcb5d50c5 (patch)
tree166f6298ebe7b843b714c8f00f6ad7fcdeea251e /CHANGES
parente8b7dd036c4c485b8fef030a8d49431dc7caa40c (diff)
downloadexternal_python_mako-0c191842df938a295a6850beaa91bd6fcb5d50c5.tar.gz
external_python_mako-0c191842df938a295a6850beaa91bd6fcb5d50c5.tar.bz2
external_python_mako-0c191842df938a295a6850beaa91bd6fcb5d50c5.zip
- add a path to disable the loop feature - enable_loop=False
- fix up links, formatting in docs - remove some repetition in the _compile logic
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e53fb97..d73f2ad 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,10 @@
- [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
+ odd/even, etc. A migration path is also provided
+ for legacy templates via the "enable_loop" argument
+ available on Template, TemplateLookup, and <%page>.
+ Thanks to Ben Trofatter for all
the work on this [ticket:125]
- [feature] Added a real check for "reserved"