update changelog

This commit is contained in:
Hans Dembinski 2021-03-03 17:16:56 +01:00
parent 6b67e647c9
commit dc16bab2c8

View File

@ -7,10 +7,14 @@
[section:history Revision history]
[heading Boost 1.75]
[heading Boost 1.76]
* 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
[heading Boost 1.75]
* Fixes
* `axis::variable{{0, 1, inf}}.value(1)` now returns 1 instead of NaN
* `axis::variable` ctor now throws `std::invalid_argument` if one values is NaN
* Implemented a workaround for a gcc bug (will be fixed upstream in gcc-10.x) that occurred when `<boost/type_traits.hpp>` was included before `<boost/histogram/axis/traits.hpp>`