diff --git a/index.htm b/index.htm
index f350368dd2..f9e0716571 100644
--- a/index.htm
+++ b/index.htm
@@ -200,7 +200,9 @@
operator[]
. Range checking can be
disabled by defining the macro
BOOST_DISABLE_ASSERTS
before including
- multi_array.hpp.
+ multi_array.hpp. A bug in
+ multi_array::resize()
related
+ to storage orders was fixed.