Update changelog for 1.74, no fixes were released in 1.73

This commit is contained in:
Ion Gaztañaga
2020-05-25 02:01:27 +02:00
parent d64a15b620
commit 4070eddb5b

View File

@ -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: