summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2010-11-29 12:24:57 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2010-11-29 12:24:57 +0100
commit1b6425f158f0173ed2230359130fc9b02fb1ad41 (patch)
tree6160515acb41404ba375309d41d55362a3ab85ba /CHANGES
parent7ae5482ac45c7ad7df9cb41a04f937acdb45b7c0 (diff)
downloadjinja2-1b6425f158f0173ed2230359130fc9b02fb1ad41.tar.gz
Traceback support now works with PyPy
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 17a805b..590dd18 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,7 @@ Version 2.6
- internal attributes now raise an internal attribute error now instead
of returning an undefined. This fixes problems when passing undefined
objects to Python semantics expecting APIs.
+- traceback support now works properly for PyPy. (Tested with 1.4)
Version 2.5.5
-------------