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

Add forgotten CHANGELOG entry for #358

Ref #121
This commit is contained in:
Andrey Nering 2021-01-01 19:06:00 -03:00
parent f1d3f6740d
commit 8b3e62ff6d

View File

@ -12,6 +12,9 @@
## v3.0.1
- Allow use as a library by moving the required packages out of the `internal`
directory
([#358](https://github.com/go-task/task/pull/358)).
- Do not error if a specified dotenv file does not exist
([#378](https://github.com/go-task/task/issues/378), [#385](https://github.com/go-task/task/pull/385)).
- Fix panic when you have empty tasks in your Taskfile