From b97b32d88ba3a9d333eea06b9826de4875d03179 Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Tue, 26 Dec 2017 11:01:08 -0500 Subject: [PATCH] Update CHANGELOG.md in preparation for 0.4.1 release. --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2bea24..f2bb6f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## 0.4.1-dev +## 0.4.2-dev + +Fixed Bugs + +## 0.4.1 Features @@ -8,11 +12,11 @@ Features Fixed Bugs -* bad use of `sed` caused shims and `.tool-versions` to be duplicated with `-e` (#242) +* bad use of `sed` caused shims and `.tool-versions` to be duplicated with `-e` (#242, #250) * `asdf list` now outputs ref-versions as used on `.tool-versions` file (#243) * `asdf update` will explicitly use the `origin` remote when updating tags (#231) * All code is now linted by shellcheck (#223) -* Fixed duplicate shim bug (#242, #250) +* Add test to fail builds if banned commands are found (#251) ## 0.4.0