1
0
mirror of https://github.com/go-task/task.git synced 2026-05-16 09:19:04 +02:00

docs(changelog): add entry for #2406 #2408

This commit is contained in:
Andrey Nering
2026-05-09 11:25:49 -03:00
parent d9e0e04725
commit 43dbeb4260
+5
View File
@@ -6,6 +6,11 @@
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).
* Added `joinEnv` function to join paths based on your oprating system: `;` for
Windows and `:` elsewhere, and `joinUrl` to join URL paths. Also, added two
new special variables: `FILE_PATH_SEPARATOR` which returns `\` on Windows
and `/` elsewhere, and `PATH_LIST_SEPARATOR` which returns `;` on Windows and
`:` elsewhere (#2406, #2408 by @solvingj).
## v3.50.0 - 2026-04-13