From c797a78c60a5e428a30d3bcbbb0bda7c9421b8fa Mon Sep 17 00:00:00 2001 From: ChrisLoveringSendient Date: Tue, 19 Nov 2024 15:46:45 +0000 Subject: [PATCH] Add CHANGES entry --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c3c6a9c6..1524cead 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ ### 3.5.0 - in development +- Use powershell's ``Get-WmiObject`` instead of ``wmic`` for counting cores on + windows if ``wmic`` could not be found. ``wmic`` is deprecated and not available + on new builds of Windows. (#423) ### 3.4.1 - 2023-06-29