From 3ed403b839d38f6007e0129b78f7f360d6682d41 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 22 Nov 2025 17:20:46 -0300 Subject: [PATCH] chore(changelog): add entry for #2511 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e57cca1..32390ef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - Fix RPM upload to Cloudsmith by including the version in the filename to ensure unique filenames (#2507 by @vmaerten). +- Fix `run: when_changed` to work properly for Taskfiles included multiple times + (#2508, #2511 by @trulede). ## v3.45.5 - 2025-11-11