Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Mar 31, 2023
1 parent 70b9830 commit a29729e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/changelog.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a29729e

Please sign in to comment.