Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Apr 28, 2021
1 parent 9afbcd5 commit 194b77e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 21.4b0
rev: 21.4b2
hooks:
- id: black
types: [file]
Expand Down
7 changes: 5 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## UPCOMING


## Version 1.0

### Version 1.0.2

* Fix scaling a weighted storage [#559][]
* Fix partial summation over a Categorical axis [#564][]
* Support running type checking from Python < 3.8 [#542][]
Expand All @@ -10,8 +15,6 @@
[#559]: https://github.com/scikit-hep/boost-histogram/pull/559
[#564]: https://github.com/scikit-hep/boost-histogram/pull/564

## Version 1.0

### Version 1.0.1

#### Subclassing Histogram changes
Expand Down

0 comments on commit 194b77e

Please sign in to comment.