diff --git a/feed/history/boost_1_82_0.qbk b/feed/history/boost_1_82_0.qbk index ebf033ec..13bb9260 100644 --- a/feed/history/boost_1_82_0.qbk +++ b/feed/history/boost_1_82_0.qbk @@ -149,6 +149,17 @@ or GCC before 4.8. * Fixed undefined behavior in `basic_cstring::rfind` * Added CI through Github Actions +* [phrase library..[@/libs/unordered/ Unordered]:] + * [*Major update.] + * Added node-based, open-addressing containers `boost::unordered_node_map` + and `boost::unordered_node_set`. + * Extended heterogeneous lookup to more member functions as specified in + [@https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2363r5.html P2363]. + * Replaced the previous post-mixing process for open-addressing containers with a new algorithm + based on extended multiplication by a constant. + * Fixed bug in internal `emplace` impl where stack-local types were not properly constructed + using the allocator of the container which breaks uses-allocator construction. + * [phrase library..[@/libs/url/ URL]:] * Add `url::format` with automatic percent-encoding * URL router example