From 6100bcfdebde8a2348726a953bbc1c960c114481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 5 Nov 2020 14:30:41 +0100 Subject: [PATCH] Update changelog for 1.76 --- doc/container.qbk | 7 +++++++ 1 file changed, 7 insertions(+) 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"]].