Skip to content

Commit eed1b87

Browse files
docs: add summary to changelog (#1037)
* docs: add summary to changelog Signed-off-by: Henry Schreiner <[email protected]> * style: pre-commit fixes --------- Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2a503c8 commit eed1b87

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
### Version 1.6.0
66

7+
This release adds support for UHI serialization for use with the `uhi` library,
8+
supported in the next release of `uhi`. A new diagnostic test has been added
9+
in the wheel, so you can quickly check your compile of boost-histogram without
10+
the full test suite. Quite a few fixes are present, as well, including a fix
11+
for `*=`, setting a range with a scalar, setting with a callable in a slice.
12+
Backend changes include many new clang-tidy checks that reduce the number of
13+
copies and refcount changes. We now build with pybind11 3.0.
14+
15+
This release drops support for Python 3.8, and adds Python 3.14(t), iOS, Windows ARM, and GraalPy.
16+
717
#### Features
818

919
- Initial support for uhi's serialization [#997][], [#1030][], [#1033][], [#1034][], [#1035][]

0 commit comments

Comments
 (0)