From 45e7d0f946256b0f6f587582cb2dbfa4a71ebcd0 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 13 Aug 2025 16:02:19 -0400 Subject: [PATCH] docs: add missing links to changelog Signed-off-by: Henry Schreiner --- docs/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 73a92034..0340f27a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -10,6 +10,7 @@ Features: * Support serialization with boost-histogram 1.6 [#627](https://github.com/scikit-hep/hist/pull/627) * Add `legend=True` for plot1d stacked + [#622](https://github.com/scikit-hep/hist/pull/622) * Specify license with SPDX, add some authors [#625](https://github.com/scikit-hep/hist/pull/625), [#628](https://github.com/scikit-hep/hist/pull/628) @@ -20,6 +21,7 @@ Fixes: * Handle string args for fill-flattened [#629](https://github.com/scikit-hep/hist/pull/629) * Label/name propagation fixed for casting histograms + [#630](https://github.com/scikit-hep/hist/pull/630) Tests: