diff --git a/feed/history/boost_1_89_0.qbk b/feed/history/boost_1_89_0.qbk index afc9667f..3827d6a3 100644 --- a/feed/history/boost_1_89_0.qbk +++ b/feed/history/boost_1_89_0.qbk @@ -91,6 +91,17 @@ Please keep the list of libraries sorted in lexicographical order. * Added `pull(const_iterator)` to open-addressing containers. This operation allows for efficient removal and retrieval of an element via move construction. +* [phrase library..[@/libs/histogram/ Histogram]:] + * Update CMake minimum version and Python detection in CMake + * Improve documentation + * Add example on how to make an axis which accepts multiple value types that are not implicitly convertible + * Show how to use `histogram::fill` with a multidimensional histogram efficiently when data per dimension is already available as contiguous data + * Don't use deprecated form of user-defined literal operator + * Add support for modular build structure with b2 + * Fixed warnings in MSVC about narrowed types + * Added collector accumulator, which stores all values in a bin + * Internal changes to tests and classes in detail namespace + [endsect]