From bb68fb333fc4676b8b253e6b91828e3230f2b69e Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Mon, 25 Mar 2024 19:20:39 +0000 Subject: [PATCH] chore: changelog for #1347 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7878d0ff..89cb1a2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ - Added support for [looping over dependencies](https://taskfile.dev/usage/#looping-over-dependencies) (#1299, #1541 by @pd93). +- When using the + "[Remote Taskfiles](https://taskfile.dev/experiments/remote-taskfiles/)" + experiment, you are now able to use + [remote Taskfiles as your entrypoint](https://taskfile.dev/experiments/remote-taskfiles/#root-remote-taskfiles). + - `includes` in remote Taskfiles will now also resolve correctly (#1347 by + @pd93). - When using the "[Any Variables](https://taskfile.dev/experiments/any-variables/)" experiments, templating is now supported in collection-type variables (#1477,