From b5205e58aa7e5f4d50a7a7e9fe11a0f60ea65d5e Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 14 Oct 2016 09:29:38 +0100 Subject: [PATCH] Change log for allocator support. --- doc/changes.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index 03fe1987..cd7cba86 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -293,5 +293,6 @@ C++11 support has resulted in some breaking changes: objects wouldn't match the container elements, so elements might be in the wrong bucket and equivalent elements would be incorrectly handled. * Various reference documentation improvements. +* Better allocator support ([ticket 12459]). [endsect]