From 8b3e62ff6d7bd905d992e651cb51a60768a27af5 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Fri, 1 Jan 2021 19:06:00 -0300 Subject: [PATCH] Add forgotten CHANGELOG entry for #358 Ref #121 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa39e85..1a6a895d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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