From 6fb3ecd07d1f9a4758cd5d5ccf89559ed572ca9a Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 24 Aug 2024 02:37:54 -0400 Subject: [PATCH] docs: prepare for 2.8.0 Signed-off-by: Henry Schreiner --- docs/changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 017cb536..08b6f2e9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,9 +2,20 @@ ## WIP +## Version 2.8.0 + +Features: + +* Support boost-histogram 1.5; drop support for Python 3.7, add support for + Python 3.13 / 3.13t + [#582](https://github.com/scikit-hep/hist/pull/582) + +Fixes: + * Support IntCat for plot1d overlay [#419](https://github.com/scikit-hep/hist/pull/419) + ## Version 2.7.3 This release fixes an issue with Python 3.12 pulling in NumPy 2 pre-releases.