From 587b745fc13125bf2ff14abbd0a419165ea3c5bf Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 23 May 2014 12:49:51 +0100 Subject: [PATCH] Update boost_1_56_0.qbk Release notes for Multiprecision lib. --- feed/history/boost_1_56_0.qbk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/feed/history/boost_1_56_0.qbk b/feed/history/boost_1_56_0.qbk index b462f424..a810a7ad 100644 --- a/feed/history/boost_1_56_0.qbk +++ b/feed/history/boost_1_56_0.qbk @@ -113,6 +113,14 @@ * Fixed a bug with insertion via iterators dereferencing to rvalues (ticket [ticket 9665]). * Made Boost.MultiIndex compatible with `BOOST_BIND_NO_PLACEHOLDERS` (ticket [ticket 9798]). * Maintenance fixes. + +* [phrase library..[@/lib/multiprecision/ Multiprecision]:] + * Added new cpp_bin_float backend for binary floating point. + * Fix bug in assignment from string in cpp_int, see [@https://svn.boost.org/trac/boost/ticket/9936 9936]. + * Added MSVC-specific #include for compiler intrinsics, see [@https://svn.boost.org/trac/boost/ticket/9336 9336]. + * Fixed various typos in docs, see [@https://svn.boost.org/trac/boost/ticket/9432 9432]. + * Fixed gmp_rational to allow move-copy from an already copied-from object, see [@https://svn.boost.org/trac/boost/ticket/9497 9497]. + * Added list of values for numeric_limits. * [phrase library..[@/lib/program_options/ Program Options]:] * Columns in the `--help` output are now aligned across all option groups ([ticket 6114]).