From ab44e831836c9523003a48c8868728e04cd93c1d Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Tue, 18 May 2021 19:40:53 -0400 Subject: [PATCH] Fix duplicate issue numbers in CHANGELOG.md --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63536374..8f1cddad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,14 +14,14 @@ Fixed Bugs * Fix plugin-update --all when there are no plugins (#805, #803) * Ban `echo` command from asdf codebase (#806, #781) -* Add basic tests for for plugin-update command (#807, #626) +* Add basic tests for for plugin-update command (#807) * Cleanup unused code in plugin update tests (#810) * Fix resolution of relative symlinks (#815, #625) * Fixes to GitHub workflow (#833) * Update no plugin installed error message (#818) * Remove process substitution that was problematic when POSIXLY_CORRECT is set (#851, #581) * Fix warnings from find command (#853) -* Ban the `sort -V` command from the asdf codebase (#755, #754, #867) +* Ban the `sort -V` command from the asdf codebase (#755, #867) * Fix `plugin update --all` so that the default branch is used for each plugin (#800) * Fix issues with awk command on some platforms used by plugin update command (#924, #899, #919) * Add completion for the `system` version (#911) @@ -37,7 +37,7 @@ Documentation * Fix broken link in README.md (#835) * Improve zsh completion directions for macOS,ZSH,Homebrew (#843) * Add GitHub discussions link (#839) -* Add note about unsolicited formatting pull requests (#848, #847) +* Add note about unsolicited formatting pull requests (#848) * Fix formatting of GitHub name (#847) * Explain the difference between ASDF_DIR and ASDF_DATA_DIR (#855) * Update BATS link to bats-core GitHub repo (#858) @@ -64,7 +64,7 @@ Fixed Bugs * Fix typo that caused plugin-test to erroneously fail (#780) * Make sure shims are only appended to `PATH` once in Fish shell (#767, #777, #778) * Print `.tool-versions` file path on shim error (#749, #750) -* Add `column` and `sort -V` to list of banned commands for the asdf codebase (#661, #754, #755) +* Add `column` and `sort -V` to list of banned commands for the asdf codebase (#661, #754) * Use editorconfig for shell formatting (#751) * Remove use of `column` command in favor of awk (#721) * Add `asdf shell` command to help output (#715, #737)