mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Fix duplicate issue numbers in CHANGELOG.md
This commit is contained in:
parent
0a5fb17d7e
commit
ab44e83183
@ -14,14 +14,14 @@ Fixed Bugs
|
|||||||
|
|
||||||
* Fix plugin-update --all when there are no plugins (#805, #803)
|
* Fix plugin-update --all when there are no plugins (#805, #803)
|
||||||
* Ban `echo` command from asdf codebase (#806, #781)
|
* 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)
|
* Cleanup unused code in plugin update tests (#810)
|
||||||
* Fix resolution of relative symlinks (#815, #625)
|
* Fix resolution of relative symlinks (#815, #625)
|
||||||
* Fixes to GitHub workflow (#833)
|
* Fixes to GitHub workflow (#833)
|
||||||
* Update no plugin installed error message (#818)
|
* Update no plugin installed error message (#818)
|
||||||
* Remove process substitution that was problematic when POSIXLY_CORRECT is set (#851, #581)
|
* Remove process substitution that was problematic when POSIXLY_CORRECT is set (#851, #581)
|
||||||
* Fix warnings from find command (#853)
|
* 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 `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)
|
* Fix issues with awk command on some platforms used by plugin update command (#924, #899, #919)
|
||||||
* Add completion for the `system` version (#911)
|
* Add completion for the `system` version (#911)
|
||||||
@ -37,7 +37,7 @@ Documentation
|
|||||||
* Fix broken link in README.md (#835)
|
* Fix broken link in README.md (#835)
|
||||||
* Improve zsh completion directions for macOS,ZSH,Homebrew (#843)
|
* Improve zsh completion directions for macOS,ZSH,Homebrew (#843)
|
||||||
* Add GitHub discussions link (#839)
|
* 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)
|
* Fix formatting of GitHub name (#847)
|
||||||
* Explain the difference between ASDF_DIR and ASDF_DATA_DIR (#855)
|
* Explain the difference between ASDF_DIR and ASDF_DATA_DIR (#855)
|
||||||
* Update BATS link to bats-core GitHub repo (#858)
|
* 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)
|
* 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)
|
* 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)
|
* 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)
|
* Use editorconfig for shell formatting (#751)
|
||||||
* Remove use of `column` command in favor of awk (#721)
|
* Remove use of `column` command in favor of awk (#721)
|
||||||
* Add `asdf shell` command to help output (#715, #737)
|
* Add `asdf shell` command to help output (#715, #737)
|
||||||
|
Loading…
Reference in New Issue
Block a user