From 8558e0c48a35fc825cf0bc1e9b57c10d3babd89e Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Sun, 23 Feb 2025 10:53:29 +0100 Subject: [PATCH] chore: changelog for #1982 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5051bf1..f4dfd15a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ - Fixed a bug in the Taskfile schema where `defer` statements in the shorthand `cmds` syntax were not considered valid (#2068 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