From f439778dc7a851bf3ba8929fd5ecf199b0d13dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sat, 25 Jun 2022 18:36:22 +0200 Subject: [PATCH] Update changelog for 1.80 --- doc/intrusive.qbk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/intrusive.qbk b/doc/intrusive.qbk index 25cc524..8223e43 100644 --- a/doc/intrusive.qbk +++ b/doc/intrusive.qbk @@ -3892,6 +3892,14 @@ to be inserted in intrusive containers are allocated using `std::vector` or `std [endsect] +[section:release_notes_boost_1_80_00 Boost 1.80 Release] + +* Unordered containers optimized for performance. Experimental `linear_buckets` and `fastmod_buckets` options. +* Fixed bugs: + * [@https://github.com/boostorg/intrusive/issues/75 GitHub #75: ['Bug: Rehashing an empty unordered_set with cache_begin set to true hits an assert]] + +[endsect] + [section:release_notes_boost_1_79_00 Boost 1.79 Release] * The library now compiles without warnings with GCC's -Wcast-align=strict