From 07fbd9887e83ce6370cf6b766102675b7e6f2695 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 11 Apr 2026 21:45:48 -0300 Subject: [PATCH] docs(changelog): add entry for #2716 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93543769..fe57f4f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ `$GO_TASK_PROGNAME` for experiments cache (#2730, #2727 by @SergioChan). - Fixed watch mode ignoring SIGHUP signal, causing the watcher to exit instead of restarting (#2764, #2642). +- Fixed a long time bug where the task wouldn't re-run as it should when using + `method: timestamp` and the files listed on `generates:` were deleted. + This makes `method: timestamp` behaves the same as `method: checksum` + (#1230, #2716 by @drichardson). ## v3.49.1 - 2026-03-08