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