From 948e6bd57c9ecd67f342226886f18b55712df479 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sun, 8 Sep 2019 22:59:27 -0300 Subject: [PATCH] Update v3 CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 114bb16f..8be63d98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ - Taskfiles in version 1 are not supported anymore ([#237](https://github.com/go-task/task/pull/237)). +- Added global `method:` option. With this option, you can set a default + method to all tasks in a Taskfile + ([#246](https://github.com/go-task/task/issues/246)). +- Changed default method from `timestamp` to `checksum` + ([#246](https://github.com/go-task/task/issues/246)). + ## v3.0.0 - Preview 1