From 4070eddb5b9c0c457a42cce811c6a47ec18eb72c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 25 May 2020 02:01:27 +0200 Subject: [PATCH] Update changelog for 1.74, no fixes were released in 1.73 --- doc/container.qbk | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/doc/container.qbk b/doc/container.qbk index 44dcaf9..b1f38a2 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -1321,6 +1321,10 @@ use [*Boost.Container]? There are several reasons for that: * Fixed bugs/issues: * [@https://github.com/boostorg/container/issues/129 GitHub #129: ['"Alias templates for small_flat_[multi]{set|map} using small_vector as container"]]. + * [@https://github.com/boostorg/container/pull/135 GitHub #135: ['"Missing BOOST_NORETURN for user defined functions"]]. + * [@https://github.com/boostorg/container/pull/137 GitHub #137: ['"RandomAccessIterator + 0"]]. + * [@https://github.com/boostorg/container/pull/138 GitHub #138: ['"Remove Classes from Global Namespace"]]. + * [@https://github.com/boostorg/container/issues/142 GitHub #142: ['"memset called with null pointer"]]. * [@https://github.com/boostorg/container/issues/144 GitHub #144: ['"GCC suggest-override warnings"]]. * [@https://github.com/boostorg/container/issues/145 GitHub #145: ['"Allocations not handled correctly in some cases of vector move with unequal allocators"]]. * [@https://github.com/boostorg/container/pull/146 GitHub #146: ['"Changes for Embarcadero C++ clang-based compilers, targeting Boost 1.74. Addition needed for Embarcardero clang-based compilers"]]. @@ -1328,16 +1332,6 @@ use [*Boost.Container]? There are several reasons for that: [endsect] -[section:release_notes_boost_1_73_00 Boost 1.73 Release] - -* Fixed bugs: - * [@https://github.com/boostorg/container/pull/135 GitHub #135: ['"Missing BOOST_NORETURN for user defined functions"]]. - * [@https://github.com/boostorg/container/pull/138 GitHub #138: ['"Remove Classes from Global Namespace"]]. - * [@https://github.com/boostorg/container/issues/142 GitHub #142: ['"memset called with null pointer"]]. - -[endsect] - - [section:release_notes_boost_1_72_00 Boost 1.72 Release] * Fixed bugs: