aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-03-24 12:19:53 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2012-03-24 12:19:53 -0400
commit6fe1a4b73e20cfe21f3f17611c96e3d150e17a99 (patch)
tree889786c41809c15f9195b1a1ae64131370940a1f /CHANGES
parent556151f5c2f5e491cb97ca7ffdbdb565b3145ccc (diff)
downloadexternal_python_mako-6fe1a4b73e20cfe21f3f17611c96e3d150e17a99.tar.gz
external_python_mako-6fe1a4b73e20cfe21f3f17611c96e3d150e17a99.tar.bz2
external_python_mako-6fe1a4b73e20cfe21f3f17611c96e3d150e17a99.zip
- [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]
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]