From ef67d9ae124464f2526d954002f6249d0703d67c Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 28 Nov 2009 11:46:24 +0000 Subject: [PATCH] Document the unordered changes. [SVN r58004] --- doc/changes.qbk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index 6d0f0260..d1b26254 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -102,5 +102,10 @@ First official release. * Buckets are allocated lazily which means that constructing an empty container will not allocate any memory. + +[h2 Boost 1.42.0] + +* Support instantiating the containers with incomplete value types. +* Reduced the number of warnings (mostly in tests). [endsect]