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