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