summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-04-05 17:30:50 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-04-05 17:30:50 -0700
commit12254c416fee0091cc8877fa3a6720f5afd0eb9d (patch)
treee38546c054c08dbb0dd86dfd90ca23f08a54620e /CHANGES
parent03176ef8e96b3dda98a585914fec1e67b8de26e9 (diff)
downloadpython-cheetah-12254c416fee0091cc8877fa3a6720f5afd0eb9d.tar.gz
Update CHANGES with #transform and markdown detailsv2.1.1rc1
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ac2aabf..abd31e2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,8 @@
- Correct unicode issue when calling/embedding unicode templates inside of other templtes (testcase Tests.Unicode.JPQ_UTF8_Test3. reported by Jean-Baptiste Quenot <jbq@caraldi.com>)
- Added --shbang option (e.g. "cheetah compile --shbang '#!/usr/bin/python2.6' ")
- Removed dependency on optik OptionParser in favor of builtin Python optparse module
+ - Introduction of the #transform directive for whole-document filtering
+ - Introduction of Cheetah.contrib.markdown and Cheetah.Filters.Markdown for outputting a markdown processed template (meant for #transform_
2.1.0.1 (March 27, 2009)
- Fix inline import issue introduced in v2.1.0