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

Add random release notes

This commit is contained in:
Matt Borland
2025-08-04 10:14:26 -04:00
parent bcfa18a5b8
commit 8a7a89ae95

View File

@@ -124,6 +124,10 @@ Please keep the list of libraries sorted in lexicographical order.
to allow compilation of `for (std::string_view name : boost::pfr::names_as_array(empty_struct{}))`.
Many thanks to [@https://github.com/sabudilovskiy sabudilovskiy] for the bug report!
* [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.