From f014802eb6d367c91a92788608ed1c76d285b04f Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 22 Feb 2015 15:08:46 +0000 Subject: [PATCH] Release note for pull request #4. --- doc/changes.qbk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index 586656e6..af8cf0a5 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -266,5 +266,7 @@ C++11 support has resulted in some breaking changes: * 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]