From d4702754b7923dc3fbe04d5180fe04fb06852091 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 27 Jul 2014 18:01:00 +0100 Subject: [PATCH] The correct release notes. The ones I entered were for hash. --- doc/changes.qbk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/changes.qbk b/doc/changes.qbk index d6b4df26..8f4bee01 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -245,7 +245,11 @@ C++11 support has resulted in some breaking changes: [h2 Boost 1.56.0] -* Removed some Visual C++ 6 workarounds. -* Ongoing work on improving `hash_combine`. +* Fix some shadowed variable warnings ([ticket 9377]). +* Fix allocator use in documentation ([ticket 9719]). +* Always use prime number of buckets for integers. Fixes performance + regression when inserting consecutive integers, although makes other + uses slower ([ticket 9282]). +* Only construct elements using allocators, as specified in C++11 standard. [endsect]