Remove duplicate entries from merge.

Remove entries on 0.6.3 that are actually on 0.6.4-dev
This commit is contained in:
Victor Borja 2019-01-19 14:52:59 -06:00 committed by GitHub
parent cc78863092
commit f1809ae290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,26 +59,6 @@ Fixed Bugs
* Fixed user paths for fish (#420, #421)
* Custom exec path tests (#324, #424)
Features
* New shim version meta-data allows shims to not depend on a particular plugin
nor on its relative executable path (#431)
Upgrading requires shim re-generation and should happen automatically by `asdf-exec`:
`rm -rf ~/.asdf/shims/` followed by `asdf reshim`
* Added lots of tests for shim execution.
We now make sure that shim execution obeys plugins hooks like `list-bin-paths` and
`exec-path`.
* Shim exec is now performed by a new `bin/private/asdf-tool-exec` that might be faster
for most common use case: (versions on local .tool-versions file) but fallbacks to
slower `get_preset_version_for` which takes legacy formats into account.
* Shim exec recommends which plugins or versions to set when command is not found.
Fixed Bugs
* Allow many plugins to provide shims with same executable name (#431)
## 0.6.2
Fixed Bugs