From b97ceb64426aea5593b9e6e89df098c8205170e7 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 27 Jul 2014 12:20:56 +0100 Subject: [PATCH] Release notes. --- doc/changes.qbk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index d93a63ea..d6b4df26 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -243,4 +243,9 @@ C++11 support has resulted in some breaking changes: methods to construct and destroy stored elements. Don't use them for internal data like pointers. +[h2 Boost 1.56.0] + +* Removed some Visual C++ 6 workarounds. +* Ongoing work on improving `hash_combine`. + [endsect]