diff --git a/index.htm b/index.htm
index e6e942000d..dd63828737 100644
--- a/index.htm
+++ b/index.htm
@@ -183,6 +183,23 @@
template now provides an element-preserving resize operation as well as default
construction (see the reference
manual for more information).
+
Test Library:
+
+ -
+ Free function template based test case
+ -
+ Custom exception translators support in execution monitor and register_exception_translator added for unit test framework
+ -
+ Added support for multi-module unit tests in automatic registration facility
+ -
+ Floating point comparison algorithm reworked (Is not backward compatible!!!)
+ -
+ Added support for custom users predicate returning both boolean result code and possibly error message
+ -
+ Documentation structure rework and update
+
+ For complete list of changes see Test Library
+ release notes
Expanded testing and fixes for non-conforming
compilers.