summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-03-27 15:52:20 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-03-27 15:52:20 -0700
commitd03b065c4ac554f7a741859d44c1bba613c176d0 (patch)
treebc787e359fe99a4e21ed858a61a12624ba16839e /CHANGES
parent2ae79eb1baabb372bf8aa712a4ab2140c07209bf (diff)
parentcffd1382674c03199fbbbf661cb7ff00231e72bb (diff)
downloadpython-cheetah-d03b065c4ac554f7a741859d44c1bba613c176d0.tar.gz
Merge branch 'master' of git@github.com:rtyler/cheetah into next
Conflicts: CHANGES src/Version.py
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 72b61ea..67307d7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,9 @@ release
2.1.1 (not yet released)
- Support __eq__() and __ne__() the way you might expect in src/Tools/RecursiveNull (patch suggested by Peter Warasin <peter@endian.com>)
+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>