From 644295db3aad8a5e6cdc88d16f537a6a807fa34a Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sun, 18 Dec 2022 12:32:30 +0100 Subject: [PATCH] added release notes for feature/p2363 --- doc/unordered/changes.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/unordered/changes.adoc b/doc/unordered/changes.adoc index 3c3f15f6..5a038239 100644 --- a/doc/unordered/changes.adoc +++ b/doc/unordered/changes.adoc @@ -6,6 +6,11 @@ :github-pr-url: https://github.com/boostorg/unordered/pull :cpp: C++ +== Release 1.82.0 + +* Extended heterogeneous lookup to more member functions as specified in + https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2363r3.html[P2363]. + == Release 1.81.0 - Major update * Added fast containers `boost::unordered_flat_map` and `boost::unordered_flat_set`