From 5a27d04655b47ee578d3c44e1811e5fe1487da41 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Fri, 12 Dec 2025 22:30:18 +0100 Subject: [PATCH] chore: changelog for #2552 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d3aef8..3cdae798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,8 @@ root-level vars section (#2403, #2397 by @trulede, @vmaerten). - When running in GitHub Actions, Task now automatically emits error annotations on failure, improving visibility in workflow summaries (#2568 by @vmaerten). +- Fixed a bug where `ignore_error` was ignored when using `task:` to call + another task (#2552, #363 by @trulede). ## v3.45.5 - 2025-11-11