From 8a7a89ae950461bd263b323eb728b842af352e1d Mon Sep 17 00:00:00 2001 From: Matt Borland Date: Mon, 4 Aug 2025 10:14:26 -0400 Subject: [PATCH] Add random release notes --- feed/history/boost_1_89_0.qbk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/feed/history/boost_1_89_0.qbk b/feed/history/boost_1_89_0.qbk index e41bd195..53b67001 100644 --- a/feed/history/boost_1_89_0.qbk +++ b/feed/history/boost_1_89_0.qbk @@ -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.