docs(changelog): add entry for #2658 and #2660

This commit is contained in:
Andrey Nering
2026-01-26 09:24:26 -03:00
parent f09f31c6d5
commit 502f24a2ad

View File

@@ -2,6 +2,8 @@
## Unreleased
- Fixed `if:` conditions when using to check dynamic variables. Also, skip
variable prompt if task would be skipped by `if:` (#2658, #2660 by @vmaerten).
- Fixed `ROOT_TASKFILE` variable pointing to directory instead of the actual
Taskfile path when no explicit `-t` flag is provided (#2635, #1706 by
@trulede).