diff --git a/index.htm b/index.htm
index e560917eae..72ae039fcb 100644
--- a/index.htm
+++ b/index.htm
@@ -1,5 +1,5 @@
-
+
@@ -357,6 +357,33 @@
+
+ Parameter
+ Library:
+
+
+ - Every ArgumentPack is now a valid MPL
+ Forward Sequence.
+
+ - Support for unnamed arguments (those whose
+ keyword is deduced from their types) is
+ added.
+
+ - Support for named and unnamed template
+ arguments is added.
+
+ - New overload generation macros solve the
+
+ forwarding problem directly.
+
+ - See also the Python library changes,
+ below.
+
+
+
Pointer Container
@@ -403,27 +430,14 @@
stl_input_iterator
, for
turning a Python iterable object into an STL
input iterator, from Eric Niebler.
-
-
- Python Library:
- Boost.Python now automatically appends C++
- signatures to docstrings. The new docstring_options.hpp
- header is available to control the content of
- docstrings. Support for void*
- conversions is added.
+ Support for void*
conversions
+ is added.
-
- Parameter
- Library:
-
-
- - Every ArgumentPack is now a valid MPL
- Forward Sequence
+ - Integrated support for wrapping C++
+ functions built with the parameter library;
+ keyword names are automatically known to
+ docsstrings.