From 1d9b3cb7db8821e9be7eca8b829eeef586e94003 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Sun, 28 Jun 2026 22:03:17 +0200 Subject: [PATCH] chore: changelog for #2894 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 556633e1..d0b03c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ - Fixed task names containing certain characters (e.g. `\`, `_`, `^`) leaking into checksum/timestamp filenames, breaking `sources:`/`generates:` up-to-date detection (#2886 by @s3onghyun). +- Fixed `for: matrix:` loops using `ref:` rows producing wrong values when the + same task was run concurrently (e.g. by parallel `deps`) with different vars + (#2890, #2894 by @amitmishra11). ## v3.51.1 - 2026-05-16