2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00

Add multiprecision release notes

This commit is contained in:
Matt Borland
2024-08-06 08:42:50 -04:00
parent 29789fc6c2
commit a7c9edaa0c

View File

@@ -218,6 +218,12 @@ Please keep the list of libraries sorted in lexicographical order.
* Improve Skew Normal root finding, see [@https://github.com/boostorg/math/issues/1120 1120].
* Lots of minor fixes and improved code coverage.
* [phrase library..[@/libs/multiprecision/ Multiprecision]:]
* Make sure `eval_convert_to()` does not terminate with super large numbers, see [@https://github.com/boostorg/multiprecision/pull/618 618].
* Fix `sinc` implementation to match behavior of Boost.Math.
* Fix divide-by-zero in cpp_int modulus operations.
* Fix underflow behavior consistency for integers greater than 128-bits, see [@https://github.com/boostorg/multiprecision/issues/626 626].
* [phrase library..[@/libs/mysql/ MySQL]:]
* The long-deprecated functions `query`, `start_query`, `execute_statement` and `start_statement_execution`
(and their async equivalents) have been removed.