$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84496 - in trunk/libs: functional/hash/doc unordered/doc
From: dnljms_at_[hidden]
Date: 2013-05-25 11:45:52
Author: danieljames
Date: 2013-05-25 11:45:51 EDT (Sat, 25 May 2013)
New Revision: 84496
URL: http://svn.boost.org/trac/boost/changeset/84496
Log:
Change log entries for 1.54.0
Text files modified: 
   trunk/libs/functional/hash/doc/changes.qbk |     5 +++++                                   
   trunk/libs/unordered/doc/changes.qbk       |     7 +++++++                                 
   2 files changed, 12 insertions(+), 0 deletions(-)
Modified: trunk/libs/functional/hash/doc/changes.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/changes.qbk	(original)
+++ trunk/libs/functional/hash/doc/changes.qbk	2013-05-25 11:45:51 EDT (Sat, 25 May 2013)
@@ -155,4 +155,9 @@
   overloads.
 * Fix undefined behaviour when using the binary float hash (Thomas Heller).
 
+[h2 Boost 1.54.0]
+
+* [@https://svn.boost.org/trac/boost/ticket/7957 Ticket 7957]:
+  Fixed a typo.
+
 [endsect]
Modified: trunk/libs/unordered/doc/changes.qbk
==============================================================================
--- trunk/libs/unordered/doc/changes.qbk	(original)
+++ trunk/libs/unordered/doc/changes.qbk	2013-05-25 11:45:51 EDT (Sat, 25 May 2013)
@@ -228,4 +228,11 @@
 * 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]