diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 168f9edd480..77ca7eadcd7 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-24 Benjamin Kosnik More details on each of these allocators follows.
+
+
__gnu_cxx::bitmap_allocator<T>
+ <ext/bitmap_allocator.h>
+
+
+
bitmap_allocator
+ A high-performance allocator that uses a bit-map to keep track + of the used and unused memory locations. It has its own + documentation, found here. +
+