From 5de81689e44dffca925c5ac66b09052d3f682c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 4 Jun 2015 11:45:06 +0200 Subject: [PATCH] Update changelog --- doc/container.qbk | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/container.qbk b/doc/container.qbk index 0e1d73d..ec3e3ab 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -1096,6 +1096,13 @@ use [*Boost.Container]? There are several reasons for that: [section:release_notes Release Notes] +[section:release_notes_boost_1_59_00 Boost 1.59 Release] + +* [@https://github.com/boostorg/container/pull/26 GitHub #26: ['Fix bug in stable_vector::capacity()]]. Thanks to timsong-cpp/Arindam Mukerjee. + +[endsect] + +https://github.com/boostorg/container/pull/26 [section:release_notes_boost_1_58_00 Boost 1.58 Release] * Experimental [classref boost::container::small_vector small_vector] container. * Massive dependency reorganization. Now [*Boost.Container] depends on very basic utilities like Boost.Core @@ -1105,8 +1112,8 @@ use [*Boost.Container]? There are several reasons for that: * Updated containers to implement new constructors as specified in [@http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2210 2210. Missing allocator-extended constructor for allocator-aware containers]. * Fixed bugs: - * [@https://svn.boost.org/trac/boost/ticket/9931 #9931: ['"flat_map::insert(ordered_unique_range_t...) fails with move_iterators"]] (reopened). - * [@https://svn.boost.org/trac/boost/ticket/11076 #11076: ['"Unqualified calls to memmove/memcpy in container/detail/copy_move_algo.hpp"]]. + * [@https://svn.boost.org/trac/boost/ticket/9931 Trac #9931: ['"flat_map::insert(ordered_unique_range_t...) fails with move_iterators"]] (reopened). + * [@https://svn.boost.org/trac/boost/ticket/11076 Trac #11076: ['"Unqualified calls to memmove/memcpy in container/detail/copy_move_algo.hpp"]]. * [@https://svn.boost.org/trac/boost/ticket/10790 Trac #10790 (['"long long errors from container"])]. * [@https://svn.boost.org/trac/boost/ticket/10808 Trac #10808 (['"compare equal operator of vector is broken"])]. * [@https://svn.boost.org/trac/boost/ticket/10930 Trac #10930 (['"container std_fwd.hpp neglects custom std namespaces"])].