Documentation and changelog for global environment variables

This commit is contained in:
Andrey Nering
2019-01-02 13:21:21 -02:00
parent 4ddad68212
commit a42f2af9eb
2 changed files with 29 additions and 6 deletions

View File

@@ -5,7 +5,12 @@
- On Windows, Task can now be installed using [Scoop](https://scoop.sh/)
([#152](https://github.com/go-task/task/pull/152));
- Fixes issue with file/directory globing
([#153](https://github.com/go-task/task/issues/153)).
([#153](https://github.com/go-task/task/issues/153));
- Add ability to globally set environment variables
(
[#138](https://github.com/go-task/task/pull/138),
[#159](https://github.com/go-task/task/pull/159)
).
## v2.2.1 - 2018-12-09