summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-03-27 15:45:36 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-03-27 15:45:36 -0700
commite6a4da80a7bae5c05df3ad0ab752c6e67f777668 (patch)
tree17c406f06e30ad6a2882f8665e6c7693284f39cb /CHANGES
parent3ac339a056957f90d2b738cf4464b4a43fb33abf (diff)
downloadpython-cheetah-e6a4da80a7bae5c05df3ad0ab752c6e67f777668.tar.gz
Update CHANGES and the webpages to denote the new subrelease
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ed3154d..1d558fb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@ Please initial your changes (there's a key at bottom) and add a date for each
release
================================================================================
+2.1.0.1 (March 27, 2009)
+ - Fix inline import issue introduced in v2.1.0
+
2.1.0 (March 16, 2009)
- Quiet DeprecationWarnings being printed to stderr when using Cheetah on Python 2.6 and up. Patch suggested by Satoru SATOH <satoru.satoh@gmail.com>
- Apply patch to support parallel compilation of templates courtesy of Evan Klitzke <evan@eklitzke.org>