better wording for changelog

This commit is contained in:
Hans Dembinski
2021-03-17 12:00:44 +01:00
parent d18b2408ec
commit 1c1eaed4f2

View File

@@ -11,7 +11,7 @@
* Fixes
* `algorithm::reduce` with `crop` now does not remove the counts in flow bins anymore if the selected range actually overlaps with the flow bins, making the treatment of flow bins consistent with inner bins
* `accumulators::mean` and `accumulators::weighted_mean` computed the wrong variance when `operator+=` was called for example when histograms with accumulators were added, this is now fixed
* `accumulators::mean` and `accumulators::weighted_mean` now compute the correct variance when `operator+=` was called, for example, when histograms with accumulators are added; this was wrong before leading to too small variances
[heading Boost 1.75]