From 6c74aa02892d2dffd02c259088412c2ed47bb1f6 Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Wed, 5 Jan 2022 14:46:55 -0800 Subject: [PATCH] Add changelist for 1.79.0 release --- doc/changes.qbk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index 14f5c6b0..19310d63 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -10,6 +10,21 @@ [section:changes Change Log] +[section Changes in 1.79.0] + +* Improved C++20 support: + * All containers have been updated to support + heterogeneous `count`, `equal_range` and `find`. +* Improved C++23 support: + * All containers have been updated to support + heterogeneous `erase` and `extract`. +* Changed behavior of `reserve` to eagerly + allocate ([@https://github.com/boostorg/unordered/pull/59 PR#59]). +* Various warning fixes in the test suite. +* Update code to internally use `boost::allocator_traits`. + +[endsect] + [section Changes in 1.67.0] * Improved C++17 support: