diff --git a/doc/changes.qbk b/doc/changes.qbk index 58a16854..a10f2b70 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -151,4 +151,7 @@ in some breaking changes: the allocator has a member structure `propagate_on_container_swap`, such that `propagate_on_container_swap::value` is true. +* Allocator's `construct` and `destroy` functions are called with raw + pointers, rather than the allocator's `pointer` type. + [endsect]