From 43dbeb4260e6beb63e9f792b6f8a3229832692b8 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 9 May 2026 11:25:49 -0300 Subject: [PATCH] docs(changelog): add entry for #2406 #2408 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d8f04be..8f73c1e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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