From ca52df8a05d0b7b782505ffd172522ca1af9d5dd Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 27 Jul 2014 12:20:43 +0100 Subject: [PATCH] Release notes. --- doc/changes.qbk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index c824e1a..b9d202b 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -168,5 +168,13 @@ ([ticket 8822]). * Suppress Visual C++ infinite loop warning ([ticket 8568]). +[h2 Boost 1.56.0] + +* 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]