chore: add changelog for #2906

This commit is contained in:
Pete Davison
2026-08-13 13:51:02 +00:00
parent 87076b165f
commit 9491f1683c

View File

@@ -2,6 +2,12 @@
## Unreleased ## 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 - Considerably improve performance of fingerprinting on large repositories
(monorepos). Fingerprinting is up to 86% faster and make up to 70% fewer (monorepos). Fingerprinting is up to 86% faster and make up to 70% fewer
memory allocations on the more advanced scenarios. Benchmarks were added as memory allocations on the more advanced scenarios. Benchmarks were added as