Traceback support now works with PyPy
diff --git a/CHANGES b/CHANGES
index 17a805b..590dd18 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,7 @@
 - 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
 -------------