diff --git a/doc/container.qbk b/doc/container.qbk index 5ecdf09..f654c3b 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -1338,9 +1338,16 @@ use [*Boost.Container]? There are several reasons for that: [section:release_notes Release Notes] +[section:release_notes_boost_1_76_00 Boost 1.76 Release] + +* Added [[no-discard]] attribute in all containers to catch bugs related to unused return values. + +[endsect] + [section:release_notes_boost_1_75_00 Boost 1.75 Release] * New [classref boost::container::devector devector] container. + * Fixed bugs/issues: * [@https://github.com/boostorg/container/issues/152 GitHub #152: ['"Tree-based containers have troubles with move-only types"]]. * [@https://github.com/boostorg/container/issues/156 GitHub #156: ['"Compile error with vector"]].