summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d41ff0e6..ff895084 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-26 Bjørn Lindeijer <bjorn@lindeijer.nl>
+
+ * src/storage.cpp: Removed manual throwing of std::bad_alloc, which
+ should happen by default unless new(nothrow) is used. Suggested by
+ r0nny.
+
2005-12-20 Yohann Ferreira <bertram@cegetel.net>
* src/Makefile.am: Adding the MapManager to files list.