From f6563de91172c805b6a030dea2cd149d32159c82 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Sat, 25 Jul 2020 14:37:32 +0200 Subject: [PATCH] Add changelog for v1.74 --- doc/history.qbk | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/history.qbk b/doc/history.qbk index 09f843b9..6cc2a8e7 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -7,6 +7,25 @@ [section:history Revision history] +[heading Boost 1.74] + +* New features + * New axis `boolean`, a special kind of integer axis with only two values and no state (except metadata) + * Histograms with growing category axes are now addable even if the categories differ; the category axis of the output histogram is the union of the category axes of the input histograms + * Added axis::traits::continuous to match axis::traits::is_continuous + +* Fixes + * `metadata()` method of builtin axis types now return a mutable reference even if the axis is const, as described in the documentation + +* Documentation + * Sorted headers in reference and sorted items in namespaces + * Removed some internal typenames from templates + * Added reference for `sample_type` + +* Other + * Simplified internal metaprogramming + * Replaced Boost Assert with plain cassert + [heading Boost 1.73] * New features