From 36b5a732b4600739fcf6103fe7a73b32de43686a Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Fri, 30 Sep 2022 13:35:34 +0200 Subject: [PATCH] correct changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ad10cf4..12c66bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### [2.10.3] - 2022-08-30 #### Fixed -- always use `scikit-build=0.14.1` since both `0.14.0` and `0.15.0` are broken +- use `scikit-build=0.14.1` on Linux, since `scikit-build=0.15.0` fails to find the Python Interpreter - workaround gcc in bug in template type deduction ### [2.10.2] - 2022-08-27