diff --git a/ChangeLog b/ChangeLog
index 0c56651e13b5d49cd2e5474c1138fcd0747bdb0d..5dd69fb6b513674e643badf9f1928690038922ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-03-15  Per Cederqvist  <ceder@ingate.com>
+
+	Added Spawn.kill.  Handle end-of-file better.
+	* pcl_expect/spawn.py (Spawn._read): Override the default method
+	to handle EIO properly.
+	(Spawn.kill): New method.
+	
+	Cleanup.
+	* pcl_expect/popen.py (Popen.__init__): Renamed the command
+	argument from cmd to command, to adhere to the os.popen
+	convention.  Improved documentation.
+
 2005-03-12  Per Cederqvist  <ceder@ingate.com>
 
 	Added more test cases.  Made the tests less likely to loop