From a121ab02782fc19ecb158dbe0d23ea35b20332fd Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Tue, 14 Dec 2021 07:52:42 -0500 Subject: [PATCH] Update release notes for 1.79 --- doc/changes.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index e809ee9..88f0d2b 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -9,6 +9,7 @@ [section Changes in 1.79.0] * Added `boost::allocator_traits`, an implementation of `std::allocator_traits`. +* Made `boost::pointer_traits` SFINAE friendly. [endsect]