1
0
mirror of https://github.com/go-task/task.git synced 2025-03-17 21:08:01 +02:00

Update CHANGELOG.md

This commit is contained in:
Andrey Nering 2021-01-01 18:57:28 -03:00
parent 9ccd1d920c
commit f1d3f6740d

@ -2,6 +2,9 @@
## Unreleased ## 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 - `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 issue where multiline string commands wouldn't really fail unless the
sentence was in the last line sentence was in the last line