Skip to content

Commit d3060b0

Browse files
committed
Add CHANGELOG for #216
1 parent 14d7f04 commit d3060b0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
([#246](https://github.com/go-task/task/issues/246)).
1010
- Changed default method from `timestamp` to `checksum`
1111
([#246](https://github.com/go-task/task/issues/246)).
12-
12+
- New magic variables are now available when using `status:`:
13+
`.TIMESTAMP` which contains the greatest modification date
14+
from the files listed in `sources:`, and `.CHECKSUM`, which
15+
contains a checksum of all files listed in `status:`.
16+
This is useful for manual checking when using external, or even remote,
17+
artifacts when using `status:`
18+
([#216](https://github.com/go-task/task/pull/216)).
1319

1420
## v3.0.0 - Preview 1
1521

0 commit comments

Comments
 (0)