$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: joaquin_at_[hidden]
Date: 2008-07-21 17:52:35
Author: joaquin
Date: 2008-07-21 17:52:34 EDT (Mon, 21 Jul 2008)
New Revision: 47664
URL: http://svn.boost.org/trac/boost/changeset/47664
Log:
added entry for multi_index, tidied up previous material
Text files modified: 
   website/public_html/beta/feed/history/boost_1_36_0.qbk |    17 +++++++++++------                       
   1 files changed, 11 insertions(+), 6 deletions(-)
Modified: website/public_html/beta/feed/history/boost_1_36_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_36_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_36_0.qbk	2008-07-21 17:52:34 EDT (Mon, 21 Jul 2008)
@@ -1,7 +1,8 @@
 [article Version 1.36.0
     [quickbook 1.4]
     [source-mode c++]
-    [purpose New Libraries: Unordered]
+    [purpose New Libraries: Accumulators, Exception, Unordered.
+    Updated Libraries: Foreach, Multi-index Containers, Xpressive.]
     [authors [Dawes, Beman]]
     [last-revision Sat, 29 Mar 2008 12:00:00 GMT]
 ]
@@ -14,15 +15,22 @@
 
 * [phrase library..[@/libs/accumulators/index.html Accumulators]:] Framework for
   incremental calculation, and collection of statistical accumulators, from Eric Niebler.
-* [phrase library..[@/libs/unordered/index.html Unordered]:] 
-  Unordered associative containers, from Daniel James.
 * [phrase library..[@/libs/exception/doc/boost-exception.html Exception]:] 
   A library for transporting of arbitrary data in exception objects, and transporting of exceptions between threads, from Emil Dotchevski.
+* [phrase library..[@/libs/unordered/index.html Unordered]:] 
+  Unordered associative containers, from Daniel James.
 
 [endsect]
 
 [section Updated Libraries]
 
+* [phrase library..[@/libs/foreach/index.html Foreach]:] `BOOST_FOREACH` macro for
+  easily iterating over the elements of a sequence, from Eric Niebler.
+  * New `BOOST_REVERSE_FOREACH` macro for iterating over a sequence in reverse.
+* [phrase library..[@/libs/multi_index/doc/index.html Multi-index Containers]:]
+  Minor additions and maintenance fixes. Consult the library
+  [@/libs/multi_index/doc/release_notes.html#boost_1_36 release notes] for
+  further information.
 * [phrase library..[@/libs/xpressive/index.html Xpressive]:] 
   Regular expressions that can be written as strings or as expression templates,
   and that can refer to each other and themselves recursively with the power of
@@ -34,9 +42,6 @@
   * Range-based `regex_replace()` algorithm.
   * Fix crash when semantic actions are placed in look-aheads, look-behinds or
     independent sub-expressions.
-* [phrase library..[@/libs/foreach/index.html Foreach]:] `BOOST_FOREACH` macro for
-  easily iterating over the elements of a sequence, from Eric Niebler.
-  * New `BOOST_REVERSE_FOREACH` macro for iterating over a sequence in reverse.
 
 [endsect]