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

Update Math release notes

This commit is contained in:
Matt Borland
2025-08-04 10:07:27 -04:00
parent 69761455f0
commit 8297923a2e

View File

@@ -83,6 +83,15 @@ Please keep the list of libraries sorted in lexicographical order.
* Added Blake2 algorithm (`blake2s_256`, `blake2b_512`).
* Added XXH3 algorithm (`xxh3_128`).
* [phrase library..[@/libs/math/ Math]:]
* Add explicit C++14 `<type_traits>` and `constexpr` requirement to builds
* Collected fixes for GPU support on a variety of platforms
* Fix lower incomplete gamma function with x = 0
* Fix the external archive error in the jSO algorithm
* Fix numeric underflow in ibeta
* Fix inverse ibeta for large values of a and b
* Fix variadic functions to make them safe with C++26
* [phrase library..[@/libs/mysql/ MySQL]:]
* The `caching_sha2_password` authentication plugin can now be used without TLS.
This is the default in MySQL 8 and above. Plaintext connections that attempt to