Skip to content

Commit 99f25b9

Browse files
committed
docs: mention recent updates in changelog
1 parent e59daf4 commit 99f25b9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,25 @@
22

33
## Version 1.2
44

5-
### Version 1.2.2
5+
### Version 1.3.0
66

77
#### User changes
88

9-
* PyPy 3.8 now supported. [#677][]
9+
* PyPy 3.8 now supported with binary wheels. [#677][]
1010
* The GIL is released a little more often now. [#662][]
1111
* AxesTuple does not allow construction of non-axes. [#680][]
12+
* KeyError is now thrown when accessing a non-existent item in a Category Axis [#689][]
13+
14+
#### Developer changes
15+
16+
* Use PyLint in CI to check for some style issues [#690][]
17+
1218

1319
[#662]: https://github.com/scikit-hep/boost-histogram/pull/662
1420
[#677]: https://github.com/scikit-hep/boost-histogram/pull/677
1521
[#680]: https://github.com/scikit-hep/boost-histogram/pull/680
22+
[#689]: https://github.com/scikit-hep/boost-histogram/pull/689
23+
[#690]: https://github.com/scikit-hep/boost-histogram/pull/690
1624

1725
### Version 1.2.1
1826

0 commit comments

Comments
 (0)