From 07ba0e376177409c396c109807c13b7181a98ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sat, 23 Mar 2024 23:05:33 +0100 Subject: [PATCH] Update changelog for Boost 1.85 --- doc/intrusive.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/intrusive.qbk b/doc/intrusive.qbk index f640f1d..21b7bed 100644 --- a/doc/intrusive.qbk +++ b/doc/intrusive.qbk @@ -3905,6 +3905,7 @@ to be inserted in intrusive containers are allocated using `std::vector` or `std [section:release_notes_boost_1_85_00 Boost 1.85 Release] * Fixed bugs: + * [@https://github.com/boostorg/intrusive/issues/81 GitHub #81: ['unordered_set rehash breaks insert_commit_data]] * [@https://github.com/boostorg/intrusive/issues/83 GitHub #83: ['\[docs\] Index is missing]] * Potentially breaking: Unordered containers use now by default an internal a `boost::hash`-protocol compatible internal hash functor.