summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-06-09 09:43:51 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-06-09 09:43:51 -0700
commit785ec5b044f6195c64d4804a06ecd0c2d32d9fac (patch)
tree5c4fd77e6af800426365c8db676bb3647548f398 /CHANGES
parentc6edfa35a80cf4efa5c389822ce90a870983c65e (diff)
downloadpython-cheetah-785ec5b044f6195c64d4804a06ecd0c2d32d9fac.tar.gz
Update CHANGES and Version.py for v2.2.2
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 93cb332..5f3d3ac 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
+2.2.2 (Unreleased)
+ - Prevent _namemapper.c from segfaulting when PyImport_ImportModule fails for some reason (Bogdano Arendartchuk <debogdano@gmail.com>)
+
2.2.1 (June 1st, 2009)
- 0000020: [Templates] Builtin support for using Cheetah with Django (rtyler)
- 0000021: [Compiler] @static and @classmethod don't properly define the _filter local (rtyler)