From a06b4db36e6f3e209d5708d93666f2f610921fc8 Mon Sep 17 00:00:00 2001 From: Long Yang Date: Mon, 27 Feb 2023 23:10:19 +0800 Subject: [PATCH 1/2] space --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b700562b..60f72ffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ Notable differences from version 1.2. ### Removed - Remove the support for Python 3.5, 3.6. - + ### Fixed - Patch variable to avoid naming problems and Xcode collision on MacOS & Linux. From f1e45e178c7197ea0c469dc2efacc2cbec1886a4 Mon Sep 17 00:00:00 2001 From: Long Yang Date: Tue, 28 Feb 2023 18:17:15 +0800 Subject: [PATCH 2/2] space --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f72ffa..9b0abfd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Notable differences from version 1.2. - Remove the support for Python 3.5, 3.6. ### Fixed - + - Patch variable to avoid naming problems and Xcode collision on MacOS & Linux. - Fix g++ w/ambiguous isnan on Linux. - Fix the PY_SSIZE_T_CLEAN macro for py3.10.