From 9491f1683c04c706db03d874c3df53b80c19d957 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Thu, 13 Aug 2026 13:51:02 +0000 Subject: [PATCH] chore: add changelog for #2906 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f73bc00e..6319f035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +- **Remote Taskfiles are now generally available!** This has been an + experimental feature for 3 years, but is now enabled by default. Massive + thanks to all those that contributed and gave feedback (too many to list + here). We've also given the + [Remote Taskfiles documentation](https://taskfile.dev/docs/remote-taskfiles) a + bit of a polish (#1317, #2906 by @pd93). - Considerably improve performance of fingerprinting on large repositories (monorepos). Fingerprinting is up to 86% faster and make up to 70% fewer memory allocations on the more advanced scenarios. Benchmarks were added as