removed email addresses
diff --git a/CHANGELOG b/CHANGELOG
index 50c5c8f..4e3b57b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,15 +3,15 @@
 
 0.1.1
 
-    Fixed several bugs raised by James Antill <james@and.org>:
+    Fixed several bugs raised by James Antill:
     1. HEAD didn't get an Accept: header added like GET.
     2. HEAD requests did not use the cache.
     3. GET requests with Range: headers would erroneously return a full cached response.
     4. Subsequent requests to resources that had timed out would raise an exception.
     And one feature request for 'method' to default to GET.
 
-    Xavier Verges Farrero <xavier_verges@es.ibm.com> supplied
-    what I needed to make the library work with Python 2.3.
+    Xavier Verges Farrero supplied what I needed to make the 
+    library work with Python 2.3.
 
     I added distutils based setup.py.