From aaa7b7772daf457fd9d38376b6242e2179bc47d8 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Sat, 24 May 2025 13:03:29 +0000 Subject: [PATCH] chore: changelog for #2223 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ced5c0d..36d3c91d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ string). (#2138, #2139, #2140 by @pd93). - Added `toYaml` and `fromYaml` templating functions (#2217, #2219 by @pd93). - Added `task` field the `--list --json` output (#2256 by @aleksandersh). +- Added the ability to + [pin included taskfiles](https://taskfile.dev/next/experiments/remote-taskfiles/#manual-checksum-pinning) + by specifying a checksum. This works with both local and remote Taskfiles + (#2222, #2223 by @pd93). - When using the [Remote Taskfiles experiment](https://github.com/go-task/task/issues/1317), any credentials used in the URL will now be redacted in Task's output (#2100,