From 470ef30f8fa44b6334760c7d1c965b42c5690fcd Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Sat, 21 Mar 2026 11:41:47 +0100 Subject: [PATCH] chore: changelog for #2730 --- CHANGELOG.md | 9 +++++++++ website/src/docs/changelog.md | 7 ------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f992ad..49787ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## Unreleased + +- Added `enum.ref` support in `requires`: enum constraints can now reference + variables or template pipelines (e.g., `ref: .ALLOWED_ENVS`) instead of + duplicating static lists. Combined with `sh:` variables, this enables fully + dynamic enum validation (#2678 by @vmaerten). +- Fixed Fish completion using hardcoded `task` binary name instead of + `$GO_TASK_PROGNAME` for experiments cache (#2730, #2727 by @SergioChan). + ## v3.49.1 - 2026-03-08 * Reverted #2632 for now, which caused some regressions. That change will be diff --git a/website/src/docs/changelog.md b/website/src/docs/changelog.md index feef31cd..570e8dff 100644 --- a/website/src/docs/changelog.md +++ b/website/src/docs/changelog.md @@ -8,13 +8,6 @@ editLink: false ::: v-pre -## Unreleased - -- Added `enum.ref` support in `requires`: enum constraints can now reference - variables or template pipelines (e.g., `ref: .ALLOWED_ENVS`) instead of - duplicating static lists. Combined with `sh:` variables, this enables fully - dynamic enum validation (#2678 by @vmaerten). - ## v3.49.1 - 2026-03-08 * Reverted #2632 for now, which caused some regressions. That change will be