summaryrefslogtreecommitdiff
path: root/libs/unordered/doc/changes.qbk
diff options
context:
space:
mode:
Diffstat (limited to 'libs/unordered/doc/changes.qbk')
-rw-r--r--libs/unordered/doc/changes.qbk9
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/unordered/doc/changes.qbk b/libs/unordered/doc/changes.qbk
index f71da60da..af8cf0a5c 100644
--- a/libs/unordered/doc/changes.qbk
+++ b/libs/unordered/doc/changes.qbk
@@ -257,7 +257,16 @@ C++11 support has resulted in some breaking changes:
* Fix the `pointer` typedef in iterators ([ticket 10672]).
* Fix Coverity warning
([@https://github.com/boostorg/unordered/pull/2 GitHub #2]).
+
+[h2 Boost 1.58.0]
+
+* Remove unnecessary template parameter from const iterators.
* Rename private `iterator` typedef in some iterator classes, as it
confuses some traits classes.
+* Fix move assignment with stateful, propagate_on_container_move_assign
+ allocators ([ticket 10777]).
+* Fix rare exception safety issue in move assignment.
+* Fix potential overflow when calculating number of buckets to allocate
+ ([@https://github.com/boostorg/unordered/pull/4 GitHub #4]).
[endsect]