aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-01-16 13:02:51 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-01-16 13:02:51 -0500
commit2879f8bcc02d75d256bf7db97251a8708ef2466e (patch)
treeb64ad6ab41312ce66147818802e218a8057e50e7 /CHANGES
parent3266c0160d9103703400123b81a713db21ccd5be (diff)
downloadexternal_python_mako-2879f8bcc02d75d256bf7db97251a8708ef2466e.tar.gz
external_python_mako-2879f8bcc02d75d256bf7db97251a8708ef2466e.tar.bz2
external_python_mako-2879f8bcc02d75d256bf7db97251a8708ef2466e.zip
- [feature/bug] Can now refer to context variables
within extra arguments to <%block>, <%def>, i.e. <%block name="foo" cache_key="${somekey}">. Filters can also be used in this way, i.e. <%def name="foo()" filter="myfilter"> then template.render(myfilter=some_callable) [ticket:180]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 07c9ff4..c24d19b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,12 @@
-0.5.1
+0.6.0
+- [feature/bug] Can now refer to context variables
+ within extra arguments to <%block>, <%def>, i.e.
+ <%block name="foo" cache_key="${somekey}">.
+ Filters can also be used in this way, i.e.
+ <%def name="foo()" filter="myfilter">
+ then template.render(myfilter=some_callable)
+ [ticket:180]
+
- Template caching has been converted into a plugin
system, whereby the usage of Beaker is just the
default plugin. Template and TemplateLookup