From 25f8052670eac62bf609f6673aaaa87ed0272480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 26 Dec 2021 17:06:04 +0100 Subject: [PATCH] Updated release notes for version 1.79 --- doc/intrusive.qbk | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/intrusive.qbk b/doc/intrusive.qbk index 47cbb80..bdd726c 100644 --- a/doc/intrusive.qbk +++ b/doc/intrusive.qbk @@ -376,7 +376,7 @@ using: struct my_tag1; struct my_tag2; - typedef list_base_hook< tag > BaseHook; + typedef list_base_hook< tag > BaseHook; typedef list_base_hook< tag > BaseHook2; class Foo : public BaseHook, public BaseHook2 { /**/ }; @@ -3886,11 +3886,19 @@ to be inserted in intrusive containers are allocated using `std::vector` or `std [section:release_notes Release Notes] +[section:release_notes_boost_1_79_00 Boost 1.79 Release] + +* Fixed bugs: + * [@https://github.com/boostorg/intrusive/pull/66 GitHub #66: ['Fix declaration of node shadowing member]] + * [@https://github.com/boostorg/intrusive/pull/70 GitHub #70: ['list: fix remove / remove_and_dispose]] + +[endsect] + [section:release_notes_boost_1_77_00 Boost 1.77 Release] * Added `noexcept` support to the library to obtain better performance and diagnostics. -* Fixed bugs: +* Fixed bugs: * [@https://github.com/boostorg/intrusive/pull/57 GitHub #57: ['UB: comparing unrelated pointers]] * [@https://github.com/boostorg/intrusive/issues/59 GitHub #59: ['Add noexcept support to the library]] * [@https://github.com/boostorg/intrusive/issues/60 GitHub #60: ['Licensing question for math.hpp]]