From 7c6f1ef22704cb859e9d1b1dd4bf1ad1465cefe2 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 26 Oct 2014 12:17:58 +0000 Subject: [PATCH] Changelog --- doc/changes.qbk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index 8f4bee01..f71da60d 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -252,4 +252,12 @@ C++11 support has resulted in some breaking changes: uses slower ([ticket 9282]). * Only construct elements using allocators, as specified in C++11 standard. +[h2 Boost 1.57.0] + +* Fix the `pointer` typedef in iterators ([ticket 10672]). +* Fix Coverity warning + ([@https://github.com/boostorg/unordered/pull/2 GitHub #2]). +* Rename private `iterator` typedef in some iterator classes, as it + confuses some traits classes. + [endsect]