From f9e52fab4020a0fcabb79e2ecd2d4df531f27993 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Mon, 29 Jun 2026 15:49:24 +0200 Subject: [PATCH] chore: changelog for #2873 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a28dba31..ead5170a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ - Added the `use_gitignore` setting (global or per-task) to skip files matched by your `.gitignore` when fingerprinting `sources`/`generates` and when watching (#2773 by @vmaerten). +- Added support for configuring output flags (`--output`, `--output-group-begin`, + `--output-group-end`, `--output-group-error-only`) via the `TASK_OUTPUT*` + environment variables (#2873 by @liiight). ## v3.51.1 - 2026-05-16