Skip to content

Commit ac15c52

Browse files
authored
Merge pull request #149 from asmeurer/changelog-fix
Fix heading depths in the changelog
2 parents dfe18a8 + 3196042 commit ac15c52

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: docs/changelog.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
## 1.7.1 (2024-05-28)
44

5-
## Minor Changes
5+
### Minor Changes
66

77
- Fix a typo in setup.py ([@sunpoet](https://github.com/sunpoet)).
88

99
## 1.7 (2024-05-24)
1010

11-
## Major Changes
11+
### Major Changes
1212

1313
- Add support for `sparse`. Note that unlike other array libraries,
1414
array-api-compat does not contain any wrappers for `sparse` functions. All
@@ -18,7 +18,7 @@
1818

1919
- Added the function `is_pydata_sparse_array(x)`.
2020

21-
## Minor Changes
21+
### Minor Changes
2222

2323
- Fix JAX `float0` arrays. See https://github.com/google/jax/issues/20620.
2424
([@NeilGirdhar](https://github.com/NeilGirdhar))
@@ -32,7 +32,7 @@
3232

3333
## 1.6 (2024-03-29)
3434

35-
## Major Changes
35+
### Major Changes
3636

3737
- Drop support for Python 3.8.
3838

@@ -48,7 +48,7 @@
4848

4949
- Fix various issues with `asarray` for Dask.
5050

51-
## Minor Changes
51+
### Minor Changes
5252

5353
- Test Python 3.12 on CI.
5454

@@ -60,7 +60,7 @@
6060

6161
## 1.5.1 (2024-03-20)
6262

63-
## Minor Changes
63+
### Minor Changes
6464

6565
- Add [HTML documentation](https://data-apis.org/array-api-compat/). Includes
6666
new documentation on the [scope of the package](scope) and new [developer

0 commit comments

Comments
 (0)