From aa750ca0de93726caf574fc6a0c75ecb74173191 Mon Sep 17 00:00:00 2001 From: Esteban Date: Sun, 13 Apr 2014 23:02:54 +0200 Subject: [PATCH] Added issues #16 and #17 to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 503bc01..ab44dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Master +* Added support for `:tag` option in mercurial sources. [Esteban Bouza](https://github.com/estebanbouza) [#16](https://github.com/CocoaPods/cocoapods-downloader/issues/16) +* Added support for `:branch` option in mercurial sources. [Esteban Bouza](https://github.com/estebanbouza) [#17](https://github.com/CocoaPods/cocoapods-downloader/issues/17) + ## 0.4.1 * add shellescape for some path arguments in git.rb