From 12d2abc818f8dddba6827f6c634c4c34c5eefce6 Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Fri, 31 Mar 2017 11:03:54 -0400 Subject: [PATCH] Add 0.3.0 features to changelog. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c9f16df..75e770fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ ##0.3.0 +Features + +* Add `update` command to make it easier to update asdf to the latest release (#172, #180) +* Add support for `system` version to allow passthrough to system installed tools (#55, #182) + Fixed Bugs * Set `GREP_OPTIONS` and `GREP_COLORS` variables in util.sh so grep is always invoked with the correct settings (#170)