Skip to content

Commit 1ab71d9

Browse files
committed
docs: update changelog
1 parent c9e81c0 commit 1ab71d9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
### Version 0.11.1
66

7-
Updating pybind11 to 2.6.0. Features:
7+
Updating pybind11 to 2.6.0. [#443][] Features:
88

99
* Python 3.9 support
10-
* PyPy support
10+
* PyPy2 / PyPy3.6 / PyPy3.7 support
1111
* Warnings on latest AppleClang fixed
1212
* 40% faster accumulator fills, simpler implementation
1313
* Segfaults when passing an object with a throwing repr fixed
@@ -16,6 +16,12 @@ Updating pybind11 to 2.6.0. Features:
1616
* Enhanced CMake support, finds conda and venv now, uses `pybind11_find_import`
1717
* Using setuptools support from pybind11 (previously vendored, so benefits have been available since 0.11.0)
1818

19+
Also cleans up SDists a bit. [#467][]
20+
21+
[#443]: https://github.com/scikit-hep/boost-histogram/pull/443
22+
[#467]: https://github.com/scikit-hep/boost-histogram/pull/467
23+
24+
1925
### Version 0.11.0
2026

2127
A release focused on preparing for the upcoming Hist 2.0 release.

0 commit comments

Comments
 (0)