From 3305caf40cc1efd417347f72997b2a5e08ccd5a2 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 22 Nov 2012 08:59:27 +0000 Subject: [PATCH] Unordered: Changelog notes. [SVN r81474] --- doc/changes.qbk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index ae3b5e3a..910c7850 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -224,5 +224,8 @@ C++11 support has resulted in some breaking changes: * Remove support for the old pre-standard variadic pair constructors, and equality implementation. Both have been deprecated since Boost 1.48. +* Remove use of deprecated config macros. +* More internal implementation changes, including a much simpler + implementation of `erase`. [endsect]