1
0
mirror of https://github.com/go-task/task.git synced 2024-12-04 10:24:45 +02:00

chore: changelog for #1904

This commit is contained in:
Pete Davison 2024-11-04 13:32:47 +00:00
parent 148b090d8e
commit 118ef01a69
No known key found for this signature in database

View File

@ -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