summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-02-10 19:09:40 +1100
committerAndre Arko <andre@arko.net>2015-02-10 18:24:34 +0930
commit96293fe0a0b617030704ff18531f4e01ff60b7a5 (patch)
treea3bb4db6ca0c3a3b889615cdda37d0612d9c0540 /CHANGELOG.md
parentdc6e577ab0c0ae37bf34b464ab55f52270b69b54 (diff)
downloadbundler-96293fe0a0b617030704ff18531f4e01ff60b7a5.tar.gz
Version 1.8.0 with changelogv1.8.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76092855aa..974ecf9bb8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+## 1.8.0 (2015-02-10)
+
+Bugfixes:
+
+ - Gemfile `github` blocks now work (#3379, @indirect)
+
+Bugfixes from v1.7.13:
+
+ - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect)
+ - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc)
+ - Request dependencies for no more than 100 gems at a time (#3367, @segiddins)
+
## 1.8.0.rc (2015-01-26)
Features: