From 2f0bb3c6050c9ad1774d42a1095a34b37953dfd4 Mon Sep 17 00:00:00 2001 From: Julian Laubstein Date: Wed, 26 Apr 2017 15:00:43 +0200 Subject: [PATCH] Fixed Markdown formatting in changelog --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e770fb..2ced576c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -#Changelog +# Changelog -##0.3.1-dev +## 0.3.1-dev -##0.3.0 +## 0.3.0 Features @@ -15,7 +15,7 @@ Fixed Bugs * Export `ASDF_DIR` variable so the Zsh plugin can locate asdf if it's in a custom location (#156) * Don't add execute permission to files in a plugin's bin directory when adding the plugin (#124, #138, #154) -##0.2.1 +## 0.2.1 Features @@ -27,7 +27,7 @@ Fixed Bugs * Remove shims when uninstalling a version or removing a plugin (#122, #123, #125, #128, #131) * Add a helpful error message to the install command (#135) -##0.2.0 +## 0.2.0 Features @@ -40,6 +40,6 @@ Fixed Bugs * Fix bug that caused the `local` command to crash when the directory contains whitespace (#90) * Misc typo corrections (#93, #99) -##0.1.0 +## 0.1.0 * First tagged release