diff --git a/feed/history/boost_1_40_0.qbk b/feed/history/boost_1_40_0.qbk index a00a3dcb..0f5c8996 100644 --- a/feed/history/boost_1_40_0.qbk +++ b/feed/history/boost_1_40_0.qbk @@ -3,7 +3,7 @@ [source-mode c++] [purpose Build System improvements. Updated Libraries: Accumulators, Asio, Circular Buffer, Foreach, Function, Fusion, Hash, - Interprocess, Intrusive, MPL, Program.Options, Proto, Serialization, Unordered, + Interprocess, Intrusive, MPL, Program.Options, Proto, Random, Serialization, Unordered, Xpressive.] [authors [Dawes, Beman]] [last-revision ] @@ -129,6 +129,14 @@ ([@https://svn.boost.org/trac/boost/ticket/3021 #3021]). * Work around Visual C++'s non-std-compliant ciso646 macros. +* [phrase library..[@/libs/random/index.html Random]:] + * Made the constructors of all the generators call + the copy constructor when passed a non-const reference. + * Changed seeding functions to accept any arithmetic type. + As a side-effect, the exact signature of seed changed + for some classes. + * Major bug fixes in uniform_int. + * [phrase library..[@/libs/serialization/index.html Serialization]:] * Removed deprecated headers: `boost/static_warning.hpp`, `boost/state_saver.hpp`, `boost/smart_cast.hpp`, `boost/pfto.hpp`.