Update changelog again for 0.8.0 release

This commit is contained in:
Trevor Brown 2020-09-07 19:47:18 -04:00
parent 96b87f4c96
commit c4e2eaf935

View File

@ -2,7 +2,7 @@
## 0.8.1-dev ## 0.8.1-dev
## 0.8.0-rc1 ## 0.8.0
Features Features
@ -11,9 +11,12 @@ Features
* Improve introduction and install sections of documentation (#699, #740) * Improve introduction and install sections of documentation (#699, #740)
* Add dependencies for openSUSE and ArchLinux to documentation (#714) * Add dependencies for openSUSE and ArchLinux to documentation (#714)
* Add support for keeping downloaded tool source code (#74, #669) * Add support for keeping downloaded tool source code (#74, #669)
* Add `asdf info` command to print debug information (#786, #787)
Fixed Bugs 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) * 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, #755)
* Use editorconfig for shell formatting (#751) * Use editorconfig for shell formatting (#751)