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

Merge pull request #937 from boostorg/matt_189

Add release notes for charconv, math, multipreision, random
This commit is contained in:
Peter Dimov
2025-08-05 09:43:59 +03:00
committed by GitHub

View File

@@ -69,6 +69,10 @@ Please keep the list of libraries sorted in lexicographical order.
* Acknowledgements
* yliu1021
* [phrase library..[@/libs/charconv Charconv]:]
* Fixed a performance degradation with `from_chars` for integer types
* Fixed rounding and trailing decimal place bugs with `to_chars` for specified precisions with floating point types
* [phrase library..[@/libs/cobalt/ Cobalt]:]
* Move assign fixed for generator & promise.
* Fixed internal exceptions
@@ -138,6 +142,20 @@ Please keep the list of libraries sorted in lexicographical order.
* Use locale-independent formatting of the file counter in `text_file_backend` when composing log file names. This fixes failures in the subsequent parsing of the file names in `file_collector::scan_for_files`. ([github_pr log 246])
* Added a new `wrap_filter` utility that simplifies injecting user-defined function objects in filtering expressions. ([github log 195])
* [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/multiprecision/ Multiprecision]:]
* [*Major update.]
* Adds a new backend type: `cpp_double_fp_backend`
* Fixes a namespace collision with Boost.Serialization
* [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
@@ -170,6 +188,10 @@ Please keep the list of libraries sorted in lexicographical order.
* Fix to windows path escaping
* Fixed exit-code issue wehre terminate & async_wait lead to a loss of the exit-code value.
* [phrase library..[@/libs/random/ Random]:]
* Fix NAN being generated by `beta_distribution`
* Improve the performance of `beta_distribution::operator()`
* [phrase library..[@/libs/type_index/ TypeIndex]:]
* [*Initial support for C++20 Modules]. See the docs for more info.