From c54237a98b3bbdbdf151e5176a50ba507aa31996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 13 Nov 2016 17:49:05 +0100 Subject: [PATCH] Update changelog for 1.63 --- doc/container.qbk | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/container.qbk b/doc/container.qbk index dd85891..3561caf 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -1213,6 +1213,16 @@ use [*Boost.Container]? There are several reasons for that: [section:release_notes Release Notes] +[section:release_notes_boost_1_63_00 Boost 1.63 Release] + +* Fixed bugs: + * [@https://svn.boost.org/trac/boost/ticket/12577 Trac #12577: ['"Null reference in pair.hpp triggers runtime warning with -fsanitize=undefined"]]. + * [@https://github.com/boostorg/container/pull/41 GitHub #40: ['Fix parameter types in copy_move_algo.hpp: iterator_traits::difference_type -> allocator_traits::size_type]]. + * [@https://github.com/boostorg/container/pull/41 GitHub #41: ['Avoid -Wunreachable-code in do_allocate()]]. + +[endsect] + +https://svn.boost.org/trac/boost/ticket/12577#comment:1 [section:release_notes_boost_1_62_00 Boost 1.62 Release] * Fixed bugs: