From 6dc42b28809cf8c3dfb493a0f7e4b6389e98ee99 Mon Sep 17 00:00:00 2001 From: Grant Hutchins Date: Wed, 5 Jun 2024 16:09:43 -0500 Subject: [PATCH] Fix method name in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9cc412e0..3b7bdc69b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ ## Release v1.3.0 (28 May 2024) * (#1042) Align Java Executor Service behavior for `shuttingdown?`, `shutdown?` -* (#1038) Add `Concurrent.usable_processor_count` that is cgroups aware. +* (#1038) Add `Concurrent.available_processor_count` that is cgroups aware. ## Release v1.2.3 (16 Jan 2024)