aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 52b7d06..1b6d64d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,12 @@
i.e. "% with x as e:/ % endwith" support.
Courtesy Ben Trofatter [ticket:147]
+- [feature] Added class-level flag to CacheImpl
+ "pass_context"; when True, the keyword argument
+ 'context' will be passed to get_or_create()
+ containing the Mako Context object.
+ [ticket:185]
+
- [bug] Fixed some Py3K resource warnings due
to filehandles being implicitly closed.
[ticket:182]