From fde765c4941a3020788c10494483bbe01a45d049 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 24 Jul 2023 20:31:32 +0200 Subject: [PATCH] added reentrancy check to release notes --- doc/unordered/changes.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/unordered/changes.adoc b/doc/unordered/changes.adoc index 5679a9ea..876aeadf 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.84.0 + +* Added debug mode mechanisms for detecting illegal reentrancies into +a `boost::concurrent_flat_map` from user code. + == Release 1.83.0 - Major update * Added `boost::concurrent_flat_map`, a fast, thread-safe hashmap based on open addressing.