Skip to content

Commit bceb7fd

Browse files
committed
docs: simplify a bit
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 0e53ffc commit bceb7fd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/changelog.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ anti-pattern, but we can set that variable too. More tests now run on Python
1010

1111
Fixes:
1212

13-
* Empty build arguments for some targets in multi-target build by @junrushao in https://github.com/scikit-build/scikit-build-core/pull/784
14-
* Support packages that hardcode `CMAKE_INSTALL_PREFIX` in their `install` commands by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/786
15-
* Logger shouldn't warn for missing lib on UNIX by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/787
13+
* Empty build arguments for some targets in multi-target build by @junrushao in #784
14+
* Support packages that hardcode `CMAKE_INSTALL_PREFIX` in their `install` commands by @henryiii in #786
15+
* Logger shouldn't warn for missing lib on UNIX by @henryiii in #787
1616

1717
Tests:
1818

19-
* Use `ZipFile` instead of `zipfile.Path` to enable more tests on Python 3.7 by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/785
19+
* Use `ZipFile` instead of `zipfile.Path` to enable more tests on Python 3.7 by @henryiii in #785
2020

2121
## Version 0.9.7
2222

@@ -26,15 +26,15 @@ correct tags on MUSL. And releases now have Attestations on GitHub at
2626

2727
Fixes:
2828

29-
* Set `CC` and `CXX` from sysconfig if not set by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/782
30-
* `musllinux` tag incorrect by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/773
31-
* Logger unconditionally set to `DEBUG` in non-PEP 517 usage by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/779
29+
* Set `CC` and `CXX` from sysconfig if not set by @henryiii in #782
30+
* `musllinux` tag incorrect by @henryiii in #773
31+
* Logger unconditionally set to `DEBUG` in non-PEP 517 usage by @henryiii in #779
3232

3333
Documentation:
3434

35-
* Fix Fortran example by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/771
36-
* Fix typo in skbuild soabi docs by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/775
37-
* Fortran and Cython updates by @henryiii in https://github.com/scikit-build/scikit-build-core/pull/781
35+
* Fix Fortran example by @henryiii in #771
36+
* Fix typo in skbuild soabi docs by @henryiii in #775
37+
* Fortran and Cython updates by @henryiii in #781
3838

3939
## Version 0.9.6
4040

0 commit comments

Comments
 (0)