diff --git a/src/ChangeLog b/src/ChangeLog
index 0395eae650622541401f2afd4797bfa611caeed2..88f6115b4219d52fdcb650d27dc5b662c4208665 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
+Thu Feb 27 19:33:33 1997  Fredrik Hubinette  <hubbe@cytocin.hubbe.net>
+
+	* module system slightly re-worked
+	* fixed a couple of minor bugs
+	* backtrace() now returns the arguments to functions
+	* testsuite.in now has more tests fore threads
+	* backend.c: now detects EBADF properly
+	
 Tue Feb 18 20:59:18 1997  Fredrik Hubinette  <hubbe@cytocin.hubbe.net>
 
 	* array.c: division and multiplication on arrays implemented.