1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00

chore: changelog for #1982

This commit is contained in:
Valentin Maerten
2025-02-23 10:53:29 +01:00
parent 461714a899
commit 8558e0c48a

View File

@ -23,6 +23,8 @@
- Fixed a bug in the Taskfile schema where `defer` statements in the shorthand - Fixed a bug in the Taskfile schema where `defer` statements in the shorthand
`cmds` syntax were not considered valid (#2068 by @pd93). `cmds` syntax were not considered valid (#2068 by @pd93).
- Refactored how task sorting functions work (#1798 by @pd93). - Refactored how task sorting functions work (#1798 by @pd93).
- Added a new `.taskrc.yml` (or `.taskrc.yaml`) file to let users enable
experiments (similar to `.env`) (#1982 by @vmaerten).
#### Package API #### Package API