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.