From 6a9e46ed6e5e8b1e24c5d9be7b2d6e52c9485fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 10 Sep 2017 02:09:59 +0200 Subject: [PATCH] Update changelog with GitHub #54 Pull request. --- doc/container.qbk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/container.qbk b/doc/container.qbk index eb3d5df..8ceee1c 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -1218,6 +1218,9 @@ use [*Boost.Container]? There are several reasons for that: The allocator argument is checked for ['size()] and ['empty()] members. If so, the argument is interpreted as the required underlying container. This means that ['static_vector], ['stable_vector] and ['small_vector] can be used now with flat associative containers. +* Fixed bugs: + * [@https://github.com/boostorg/container/pull/54 GitHub #54: ['"no sbrk() in VxWorks, configure dlmalloc to use only mmap"]]. + [endsect] [section:release_notes_boost_1_65_00 Boost 1.65 Release]