From ee7f2a541f5983aef336535b216b084ac84cfb29 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 20 May 2020 22:32:30 -0300 Subject: [PATCH] v3.0.0-preview4 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73151349..ce76f8a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +# v3.0.0 - Preview 4 + +- Refactor how variables work on version 3 + ([#311](https://github.com/go-task/task/pull/311)). +- Disallow `expansions` on v3 since it has no effect. +- `Taskvars.yml` is not automatically included anymore. +- `Taskfile_{{OS}}.yml` is not automatically included anymore. +- Allow interpolation on `includes`, so you can manually include a Taskfile + based on operation system, for example. + # v3.0.0 - Preview 3 - Expose `.TASK` variable in templates with the task name