mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-09 14:57:57 +00:00
update changelog
This commit is contained in:
parent
70b98302a2
commit
a29729e668
@ -7,6 +7,14 @@
|
|||||||
|
|
||||||
[section:changelog Changelog]
|
[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]
|
[heading Boost 1.81]
|
||||||
|
|
||||||
* Added new `accumulators::fraction` to compute fractions, their variance, and confidence intervals
|
* Added new `accumulators::fraction` to compute fractions, their variance, and confidence intervals
|
||||||
|
Loading…
x
Reference in New Issue
Block a user