Skip to content

Commit 24a3ccd

Browse files
committed
chore: changelog for #2871
1 parent b455286 commit 24a3ccd

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
- Fixed --interactive prompts for required vars sometimes appearing in a random
6+
order. Prompts now follow the order the vars are declared in the Taskfile.
7+
(#2871 by @caproven)
58
- Fixed Fish completions not being picked up correctly by installing them to
69
Fish's `vendor_completions.d` directory instead of `completions` (#2850, #2859
710
by @Legimity).
@@ -16,9 +19,9 @@
1619
cleaning `..` and `.` components (#2681, #2788 by @mateenanjum).
1720
- Added `joinEnv` function to join paths based on your oprating system: `;` for
1821
Windows and `:` elsewhere, and `joinUrl` to join URL paths. Also, added two
19-
new special variables: `FILE_PATH_SEPARATOR` which returns `\` on Windows
20-
and `/` elsewhere, and `PATH_LIST_SEPARATOR` which returns `;` on Windows and
21-
`:` elsewhere (#2406, #2408 by @solvingj).
22+
new special variables: `FILE_PATH_SEPARATOR` which returns `\` on Windows and
23+
`/` elsewhere, and `PATH_LIST_SEPARATOR` which returns `;` on Windows and `:`
24+
elsewhere (#2406, #2408 by @solvingj).
2225
- Update the shell interpreter with a regression fix (#2812, #2832 by
2326
@andreynering).
2427
- Fix potential panic with the shell interpreter (#2810 by @trulede).
@@ -34,13 +37,13 @@
3437
- Fixed watch mode ignoring SIGHUP signal, causing the watcher to exit instead
3538
of restarting (#2764, #2642).
3639
- Fixed a long time bug where the task wouldn't re-run as it should when using
37-
`method: timestamp` and the files listed on `generates:` were deleted.
38-
This makes `method: timestamp` behaves the same as `method: checksum`
39-
(#1230, #2716 by @drichardson).
40+
`method: timestamp` and the files listed on `generates:` were deleted. This
41+
makes `method: timestamp` behaves the same as `method: checksum` (#1230, #2716
42+
by @drichardson).
4043

4144
## v3.49.1 - 2026-03-08
4245

43-
* Reverted #2632 for now, which caused some regressions. That change will be
46+
- Reverted #2632 for now, which caused some regressions. That change will be
4447
reworked (#2720, #2722, #2723).
4548

4649
## v3.49.0 - 2026-03-07

0 commit comments

Comments
 (0)