From 118ef01a696fcf1f5f9dc3b0b9dbe8c3bac8038e Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Mon, 4 Nov 2024 13:32:47 +0000 Subject: [PATCH] chore: changelog for #1904 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d27bd1..3b4d08fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,10 @@ - Added a new option to ensure variable is within the list of values (#1827 by @vmaerten). - Allow multiple prompts to be specified for a task (#1861, #1866 by @mfbmina). -- Added new template function: `numCPU`, which return the number of logical CPU's usable (#1890, #1887 by @Amoghrd). +- Added new template function: `numCPU`, which returns the number of logical + CPUs usable (#1890, #1887 by @Amoghrd). +- Fixed a bug where non-nil, empty dynamic variables are returned as an empty + interface (#1903, #1904 by @pd93). ## v3.39.2 - 2024-09-19