From c38f6a850f647054a315c7ada4cf20e81420e3f1 Mon Sep 17 00:00:00 2001 From: motemen Date: Thu, 26 Jun 2014 13:46:29 +0900 Subject: [PATCH] Version 0.4: Introduced per-URL configuration - [feature] Support per-URL configuration variables e.g. `ghq..vcs` to skip VCS backend auto-detection - [fix] Fixed path problems of SCP-like URLs thanks to @osamu2001 (#20) - [fix] `ghq get -u` now updates work tree for Mercurial repositories thanks to @troter (#19) - And typo fixes thanks to @sorah, @dtan4 (#17, #18) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 201c031d..180e827d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.4 (2014-06-26) + +- [feature] Support per-URL configuration variables e.g. `ghq..vcs` to skip VCS backend auto-detection +- [fix] Fixed path problems of SCP-like URLs thanks to @osamu2001 (#20) +- [fix] `ghq get -u` now updates work tree for Mercurial repositories thanks to @troter (#19) +- And typo fixes thanks to @sorah, @dtan4 (#17, #18) + ## 0.3 (2014-06-17) - [feature] `ghq get -shallow` to perform a shallow clone