From 0c7c7cc6ad030830b912756ff5a9c2b95407d7dd Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 25 May 2013 15:53:49 +0000 Subject: [PATCH] Merge some change log entries to release. [SVN r84497] --- doc/changes.qbk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index 910c7850..1f07a12d 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -228,4 +228,11 @@ C++11 support has resulted in some breaking changes: * More internal implementation changes, including a much simpler implementation of `erase`. +[h2 Boost 1.54.0] + +* Mark methods specified in standard as `noexpect`. More to come in the next + release. +* If the hash function and equality predicate are known to both have nothrow + move assignment or construction then use them. + [endsect]