diff --git a/feed/history/boost_1_53_0.qbk b/feed/history/boost_1_53_0.qbk index aadd636e..a5255008 100644 --- a/feed/history/boost_1_53_0.qbk +++ b/feed/history/boost_1_53_0.qbk @@ -71,7 +71,16 @@ * [phrase library..[@/libs/regex/ Regex]:] Fixed Issues: [@https://svn.boost.org/trac/boost/ticket/7744 #7744], [@https://svn.boost.org/trac/boost/ticket/7644 #7644]. - +* [phrase library..[@/libs/smart_ptr/ Smart Pointers]:] + * [*New Features:] + * Glen Fernandes provided implementations of make_shared and + allocate_shared for arrays. They achieve a single allocation for an + array that can be initialized with constructor arguments or + initializer lists as well as overloads for default initialization and no + value initialization. See the + '[@/libs/smart_ptr/make_shared_array.html make_shared and allocate_shared for arrays]' + page for more information. + * [phrase library..[@/libs/thread/ Thread]:] * [*Breaking changes:] * BOOST_THREAD_VERSION==3 by default since Boost 1.53. So that all the deprecated features since 1.50 are not included by default. You can change this by setting the appropriated define (see Configuration section).