From 6dd58f4e9cd62234b826aa0a71d035c3ae6fa8b8 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Thu, 17 Aug 2023 10:28:45 +0200 Subject: [PATCH] added missing carriage return --- doc/unordered/changes.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/unordered/changes.adoc b/doc/unordered/changes.adoc index f03399b9..18e5be56 100644 --- a/doc/unordered/changes.adoc +++ b/doc/unordered/changes.adoc @@ -15,6 +15,7 @@ with serial and parallel variants. * Added debug mode mechanisms for detecting illegal reentrancies into a `boost::concurrent_flat_map` from user code. * Added Boost.Serialization support to all containers and their (non-local) iterator types. + == Release 1.83.0 - Major update * Added `boost::concurrent_flat_map`, a fast, thread-safe hashmap based on open addressing.