2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-28 07:42:16 +00:00

Math and Regex release notes

This commit is contained in:
jzmaddock
2017-12-03 08:38:55 +00:00
committed by GitHub
parent a061053a38
commit dc28689b10

View File

@@ -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.