From f1d3f6740d7c10b766efa6602b19d71c8c231e3d Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Fri, 1 Jan 2021 18:57:28 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc11ef5..3fa39e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +- Task now respects the order of declaration of included Taskfiles when + evaluating variables declaring by them + ([#393](https://github.com/go-task/task/issues/393)). - `set -e` is now automatically set on every command. This was done to fix an issue where multiline string commands wouldn't really fail unless the sentence was in the last line