Update changelog

This commit is contained in:
Ion Gaztañaga
2015-07-02 14:52:26 +02:00
parent 67bd18d04e
commit 5dd4040723

View File

@@ -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"]],