From c20842e7cd9b7a07ade0410f34fb51dd912593cb Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 3 Aug 2022 22:26:39 -0300 Subject: [PATCH] v3.14.1: Add CHANGELOG to website --- docs/docs/changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index fdc1860b..520dc062 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -5,6 +5,14 @@ sidebar_position: 6 # Changelog +## v3.14.1 - 2022-08-03 + +- Always resolve relative include paths relative to the including Taskfile + ([#822](https://github.com/go-task/task/issues/822), [#823](https://github.com/go-task/task/pull/823)). +- Fix ZSH and PowerShell completions to consider all tasks instead of just the + public ones (those with descriptions) + ([#803](https://github.com/go-task/task/pull/803)). + ## v3.14.0 - 2022-07-08 - Add ability to override the `.task` directory location with the