From 4834ac743cfddeb48193afa5c69a43dca4a5f0de Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Sat, 19 Apr 2025 11:54:27 +0000 Subject: [PATCH] chore: changelog for #2166 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4143aba4..0f0dd2b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,9 @@ - Added an `--expiry` flag which sets the TTL for a remote file cache. By default the value will be 0 (caching disabled). If Task is running in offline mode or fails to make a connection, it will fallback on the cache. +- `.taskrc` files can now be used from subdirectories and will be searched for + recursively up the file tree in the same way that Taskfiles are (#2159, #2166 + by @pd93). - The default taskfile (output when using the `--init` flag) is now an embedded file in the binary instead of being stored in the code (#2112 by @pd93). - Improved the way we report the Task version when using the `--version` flag or