From 5dd40407234cc234d264bf4f32366325473d119f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 2 Jul 2015 14:52:26 +0200 Subject: [PATCH] Update changelog --- doc/move.qbk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"]],