diff --git a/doc/move.qbk b/doc/move.qbk index e22ce09..b9af501 100644 --- a/doc/move.qbk +++ b/doc/move.qbk @@ -762,8 +762,10 @@ Many thanks to all boosters that have tested, reviewed and improved the library. [section:release_notes Release Notes] -[section:release_notes_boost_1_58_01 Boost 1.58.1 Release] +[section:release_notes_boost_1_59 Boost 1.59 Release] + * Changed `unique_ptr`'s converting constructor taking the source by value in C++03 compilers to allow simple conversions + from convertible types returned by value. * Fixed bug: * [@https://svn.boost.org/trac/boost/ticket/11229 Trac #11229: ['"vector incorrectly copies move-only objects using memcpy"]],