From dc28689b100dc8899adde4e5e2db2e79a7d7f712 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 3 Dec 2017 08:38:55 +0000 Subject: [PATCH] Math and Regex release notes --- feed/history/boost_1_66_0.qbk | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/feed/history/boost_1_66_0.qbk b/feed/history/boost_1_66_0.qbk index 529f8cff..92a0ab34 100644 --- a/feed/history/boost_1_66_0.qbk +++ b/feed/history/boost_1_66_0.qbk @@ -115,6 +115,12 @@ * Fixed a bug in `file_collector::scan_for_files` that could cause incorrectly named log files in the target directory after the user's application restart. * See [@/libs/log/doc/html/log/changelog.html changelog] for more details. +* [phrase library..[@/libs/math/ Math]:] + * New Features: + * Add Gauss and Gauss-Kronrod quadrature routines. + * Add double-exponential (tanh-sinh, exp-sinh and sinh-sinh) quadrature routines. + * Add Chebyshev polynomial evaluation, roots, integration, differentiation, and interpolation routines. + * [phrase library..[@/libs/multi_index/index.html Multi-index Containers]:] * Made `modify` and `modify_key` more robust so that the modified element is erased if the modifier throws or the rollback functor does not properly @@ -149,6 +155,10 @@ * Add detection for CloudABI with cloudlibc. (from James E. King, III) * Various other bug fixes. +* [phrase library..[@/libs/regex/ Regex]:] + * Bug fixes: + * Numerous small fixes for security issues discovered by de-fuzzing. + * [phrase library..[@/libs/stacktrace/ Stacktrace]:] * Now works out-of-the-box on MinGW-w64. * Now works on MinGW (without `-w64`) if `libbacktrace` is properly installed. See "MinGW specific notes" section in documentation for more info.