aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-04-13 10:07:04 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2010-04-13 10:07:04 -0400
commit6cf6461d778243d8a8986c658eb2246e5939bdce (patch)
treef3cf1923763049b3f5e386cc293830c3bbd41401 /CHANGES
parentf77fec3fe9ef547a20c30fc1579c22aa7f336f19 (diff)
downloadexternal_python_mako-6cf6461d778243d8a8986c658eb2246e5939bdce.tar.gz
external_python_mako-6cf6461d778243d8a8986c658eb2246e5939bdce.tar.bz2
external_python_mako-6cf6461d778243d8a8986c658eb2246e5939bdce.zip
- Fixed broken @property decorator on
template.last_modified
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 98f9e86..9af7147 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,12 @@
+
0.3.3
- Fixed sometimes incorrect usage of
exc.__class__.__name__
in html/text error templates when using
Python 2.4 [ticket:131]
+
+- Fixed broken @property decorator on
+ template.last_modified
0.3.2
- Calling a def from the top, via