From fbe9fb6ad5b5f35b3e82a7c21123cfc526cbf895 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Wed, 29 Jun 2016 10:15:18 -0400 Subject: [PATCH] Updated changelog for 1.8.0 --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d178685..6362674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ -1.7.0 (2016-05-05) +# 1.8.0 (2016-06-29) + +## Added +- #43: Detect when tool (e.g., git, svn, etc) not installed +- #49: Detect access denied and not found situations + +## Changed +- #48: Updated Go Report Gard url to new format +- Refactored SVN handling to detect when not in a top level directory +- Updating tagging to v[SemVer] structure for compatibility with other tools. + +## Fixed +- #45: Fixed hg's update method so that it pulls from remote before updates + +# 1.7.0 (2016-05-05) - Adds a glide.yaml file with some limited information. - Implements #37: Ability to export source as a directory.