aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2012-01-28 11:01:38 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2012-01-28 11:01:38 -0500
commit60c51699d4672c8c0d2fe34398572f089220a1db (patch)
tree4981297193d585d6f8d6922da557b4fef5b90091 /CHANGES
parentaf13670b6433c6f53d321cf044aa59370fed380f (diff)
downloadexternal_python_mako-60c51699d4672c8c0d2fe34398572f089220a1db.tar.gz
external_python_mako-60c51699d4672c8c0d2fe34398572f089220a1db.tar.bz2
external_python_mako-60c51699d4672c8c0d2fe34398572f089220a1db.zip
- [bug] Added special compatibility for the 0.5.0
Cache() constructor, which was preventing file version checks and not allowing Mako 0.6 to recompile the module files.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index aa7a83d..9a34681 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+0.6.1
+- [bug] Added special compatibility for the 0.5.0
+ Cache() constructor, which was preventing file
+ version checks and not allowing Mako 0.6 to
+ recompile the module files.
+
0.6.0
- [feature] Template caching has been converted into a plugin