summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-04-11 22:36:25 -0400
committerR. Tyler Ballance <tyler@slide.com>2009-04-11 22:36:25 -0400
commite62308e48930e1013ad911ff25fd9225d6a5d3bf (patch)
tree59ea839237b7db56afc5f0697e89d52e53f92607 /CHANGES
parent6de68283c36354e8126a686c41bf9e0bd0dd85a0 (diff)
parent47fe0c8c3ba9872996c07a20b4c9bdf5e64d6c03 (diff)
downloadpython-cheetah-e62308e48930e1013ad911ff25fd9225d6a5d3bf.tar.gz
Merge branch 'next' of git@github.com:rtyler/cheetah into unicode
Conflicts: CHANGES Signed-off-by: R. Tyler Ballance <tyler@slide.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 3 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 633b9e6..f90287f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,12 +1,9 @@
-Please initial your changes (there's a key at bottom) and add a date for each
-release
-================================================================================
2.2.0 (not yet released)
- Switch all internal representations of template code to unicode objects instead of str() objects
- Convert unicode compiled template to an utf8 char buffer when writing to a file (Jean-Baptiste Quenot <jbq@caraldi.com>)
-2.1.1 (not yet released)
+2.1.1 (April 16, 2009)
- Support __eq__() and __ne__() the way you might expect in src/Tools/RecursiveNull (patch suggested by Peter Warasin <peter@endian.com>)
- Applied patch to avoid hitting the filesystem to get the file modification time everytime a #include directive is processed (Jean-Baptiste Quenot <jbq@caraldi.com>)
- Applied patch to fix some annoying cases when Cheetah writes to stderr instead of propagating the exception (Jean-Baptiste Quenot <jbq@caraldi.com>)
@@ -15,6 +12,8 @@ release
- 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