From 8885d9e4f727140c76e79c32468f016b9c66a1e2 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Sat, 19 Apr 2025 10:57:36 +0000 Subject: [PATCH] chore: changelog for #2075 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd112699..63b0c034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ - Improved the way we report the Task version when using the `--version` flag or `{{.TASK_VERSION}}` variable. This should now be more consistent and easier for package maintainers to use (#2131 by @pd93). +- Fixed a bug where globstar (`**`) matching in `sources` only resolved the + first result (#2073, #2075 by @pd93). - Fixed a bug where sorting tasks by "none" would use the default sorting instead of leaving tasks in the order they were defined (#2124, #2125 by @trulede).