From 242c7cb93a6d386d11c55e952d4d8b1e99891cca Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sat, 11 Feb 2023 13:22:55 +0100 Subject: [PATCH] updated release notes --- doc/unordered/changes.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/unordered/changes.adoc b/doc/unordered/changes.adoc index 11e150b7..32ddc93a 100644 --- a/doc/unordered/changes.adoc +++ b/doc/unordered/changes.adoc @@ -6,8 +6,10 @@ :github-pr-url: https://github.com/boostorg/unordered/pull :cpp: C++ -== Release 1.82.0 +== Release 1.82.0 - 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/2022/p2363r3.html[P2363]. * Replaced the previous post-mixing process for open-addressing containers with