Updated changelog with deprectation and Pull #86

This commit is contained in:
Ion Gaztañaga
2018-11-10 10:46:56 +01:00
parent 01792cfe39
commit 3afe49245f

View File

@@ -77,7 +77,8 @@ instructions, that's already been done for you.
* Visual C++ >= 7.1.
* GCC >= 4.1.
* Intel C++ >= 9.0
[warning GCC < 4.3 and MSVC < 9.0 are deprecated and will be removed in the next version.]
[endsect]
@@ -1242,6 +1243,8 @@ use [*Boost.Container]? There are several reasons for that:
[section:release_notes_boost_1_69_00 Boost 1.69 Release]
* Deprecated GCC < 4.3 and MSVC < 9.0 (Visual 2008) compilers.
* Implemented C++20 `contains()` for associative containers as specified in
[@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0458r2.html
P0458R2: Checking for Existence of an Element in Associative Containers].
@@ -1250,6 +1253,7 @@ use [*Boost.Container]? There are several reasons for that:
* Fixed bugs:
* [@https://github.com/boostorg/container/issues/82 GitHub #82: ['"Function definition in header file"]].
* [@https://github.com/boostorg/container/pull/86 GitHub #86: ['"Add missing warning re-enabling include"]].
[endsect]