From 0c6c9413ff1ab2a95a3e62b1205d237e5101de86 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Sun, 9 Aug 2026 22:51:17 +0200 Subject: [PATCH] chore: changelog for #2960 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abb13227..317c7331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,10 @@ gets `{{.TIMESTAMP}}` and no longer a `{{.CHECKSUM}}` (which now renders as an empty string), and neither variable is injected when the effective method is `none` (#2924 by @vmaerten). +- Fixed `{{.TIMESTAMP}}` rendering as the Unix epoch (e.g. `1970-01-01 01:00:00 + +0100 CET`) when a task's `sources` matched no file. It now renders as an + empty string, instead of a date that looks genuine and carries the machine's + time zone (#2960 by @vmaerten). ## v3.52.0 - 2026-07-02