Update changelog for 1.76

This commit is contained in:
Ion Gaztañaga
2020-11-05 14:30:41 +01:00
parent 0a0ad0009e
commit 6100bcfdeb

View File

@@ -1338,9 +1338,16 @@ use [*Boost.Container]? There are several reasons for that:
[section:release_notes Release Notes] [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] [section:release_notes_boost_1_75_00 Boost 1.75 Release]
* New [classref boost::container::devector devector] container. * New [classref boost::container::devector devector] container.
* Fixed bugs/issues: * 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/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"]]. * [@https://github.com/boostorg/container/issues/156 GitHub #156: ['"Compile error with vector"]].