docs(changelog): add entry for #2820

This commit is contained in:
Andrey Nering
2026-05-01 10:03:53 -03:00
parent 46f5db22c8
commit 3441bf522e

View File

@@ -2,6 +2,8 @@
## Unreleased
- A significant performance boost was achieved for large Taskfiles (monorepos)
by skipping templating altogether when the string is static (#2820 by @romnn).
- Added `absPath` template function that resolves a path to its absolute form,
cleaning `..` and `.` components (#2681, #2788 by @mateenanjum).