From bdd9de3001225e1f0a2c271ca5f0c0453998eb81 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 3 Sep 2022 18:28:24 -0300 Subject: [PATCH] CHANGELOG: Add extra link --- CHANGELOG.md | 2 +- docs/docs/changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7048c05..7d02bd1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Add new special variables `ROOT_DIR` and `TASKFILE_DIR`. This was a highly requested feature - ([#215](https://github.com/go-task/task/issues/215), [Documentation](https://taskfile.dev/api/#special-variables)). + ([#215](https://github.com/go-task/task/issues/215), [#857](https://github.com/go-task/task/pull/857), [Documentation](https://taskfile.dev/api/#special-variables)). - Follow symlinks on `sources` ([#826](https://github.com/go-task/task/issues/826), [#831](https://github.com/go-task/task/pull/831)). - Improvements and fixes to Bash completion diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index a3d4a013..1022bba7 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -9,7 +9,7 @@ sidebar_position: 6 - Add new special variables `ROOT_DIR` and `TASKFILE_DIR`. This was a highly requested feature - ([#215](https://github.com/go-task/task/issues/215), [Documentation](https://taskfile.dev/api/#special-variables)). + ([#215](https://github.com/go-task/task/issues/215), [#857](https://github.com/go-task/task/pull/857), [Documentation](https://taskfile.dev/api/#special-variables)). - Follow symlinks on `sources` ([#826](https://github.com/go-task/task/issues/826), [#831](https://github.com/go-task/task/pull/831)). - Improvements and fixes to Bash completion