From a29729e6682652800b06dc8aded29bbeb4acea61 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Fri, 31 Mar 2023 09:53:33 +0200 Subject: [PATCH] update changelog --- doc/changelog.qbk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/changelog.qbk b/doc/changelog.qbk index 40b598ac..2478f1f5 100644 --- a/doc/changelog.qbk +++ b/doc/changelog.qbk @@ -7,6 +7,14 @@ [section:changelog Changelog] +[heading Boost 1.82] + +* Replace `detail::span` and `detail::make_span` with implementations in `boost::core` +* Documentation improvements +* Protect usage of `std::min` and `std::max` in some cases, contributed by Han Jiang (min,max macros are illegially set by popular Windows headers so we need to work around) +* Added test to catch usage of unprotected min,max tokens in the library in the future +* Fixes to support latest clang-14 and deduction guides in gcc-11+ + [heading Boost 1.81] * Added new `accumulators::fraction` to compute fractions, their variance, and confidence intervals