Skip to content

Commit e79ff55

Browse files
committed
docs: ordered PRs by ID and removed extra whitespace
1 parent 922d348 commit e79ff55

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,17 @@ Several fixes were made, mostly related to Weight storage histograms from Uproot
88
#### Bug fixes
99

1010
* Reduction on `h.axes.widths` supported again [#428][]
11+
* WeightedSumView supports standard array operations [#432][]
1112
* Operations shallow copy (non-copyable metadata supported) [#433][]
1213
* Pandas Series as samples/weights supported [#434][]
13-
* WeightedSumView supports standard array operations [#432][]
1414
* Support NumPy scalars in operations [#436][]
1515

16-
1716
[#428]: https://github.com/scikit-hep/boost-histogram/pull/428
17+
[#432]: https://github.com/scikit-hep/boost-histogram/pull/432
1818
[#433]: https://github.com/scikit-hep/boost-histogram/pull/433
1919
[#434]: https://github.com/scikit-hep/boost-histogram/pull/434
20-
[#432]: https://github.com/scikit-hep/boost-histogram/pull/432
2120
[#436]: https://github.com/scikit-hep/boost-histogram/pull/436
2221

23-
2422
### Version 0.10.0
2523

2624
This version was released during PyHEP 2020. Several improvements were made to

0 commit comments

Comments
 (0)