From c041c930c5d10e56d05a8f304e69f5f4c5ac1683 Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Mon, 28 May 2018 15:09:49 -0400 Subject: [PATCH] Update CHANGELOG.md in preparation for 0.5.0 release. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84b5c4f2..1184309f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,14 @@ Features * Changed exit codes for shims so we use codes with special meanings when possible (#305, #310) * Include plugin name in error message if plugin doesn't exist (#315) +* Add support for custom executable paths (#314) +* `asdf list` with no arguments should list all installed versions of all plugins (#311) Fixed Bugs +* Print "No version set" message to stderr (#309) +* Fix check for asdf directories in path for Fish shell (#306) + ## 0.4.3 Features