chore: changelog for #2730

This commit is contained in:
Valentin Maerten
2026-03-21 11:41:47 +01:00
parent 87b12e663e
commit 470ef30f8f
2 changed files with 9 additions and 7 deletions

View File

@@ -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

View File

@@ -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