aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-01-21 18:38:52 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-01-21 18:38:52 -0500
commit8109f791e190dc9c500d7238090db7197220ff58 (patch)
treef3b8e10bd0a5b1c78164d37251955d8f80be369f /CHANGES
parent3e6981c9754c6813450c55e1c511a84c9bb6766d (diff)
downloadexternal_python_mako-8109f791e190dc9c500d7238090db7197220ff58.tar.gz
external_python_mako-8109f791e190dc9c500d7238090db7197220ff58.tar.bz2
external_python_mako-8109f791e190dc9c500d7238090db7197220ff58.zip
- [feature] Added support for Beaker cache regions
in templates. Usage of regions should be considered as superseding the very obsolete idea of passing in backend options, timeouts, etc. within templates. - rewrite the cache docs again which had a lot of misleading/inaccurate info.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a718726..5f96eec 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,11 @@
core plugin is the mako.cache.CacheImpl
class.
+- [feature] Added support for Beaker cache regions
+ in templates. Usage of regions should be considered
+ as superseding the very obsolete idea of passing in
+ backend options, timeouts, etc. within templates.
+
- [feature] The 'put' method on Cache is now
'set'. 'put' is there for backwards compatibility.