aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-02-09 15:44:16 +1100
committerAndre Arko <andre@arko.net>2015-02-09 15:44:56 +1100
commitd7900f1b67934521fd2cf17ba43ebb2a1b94edae (patch)
tree6caf4b3918c59a7e2821fa3a280c3a9ddc8f6a7b /CHANGELOG.md
parentaf8d128a9e7b5036ac2cf5b1fdc8d003ba5bf1e5 (diff)
parent2aa826aedaebcad6d04cf6ad7139b196667dfba9 (diff)
downloadbundler-d7900f1b67934521fd2cf17ba43ebb2a1b94edae.tar.gz
Merge tag 'v1.7.13' into 1-8-stable
Version 1.7.13 Conflicts: CHANGELOG.md bundler.gemspec lib/bundler/cli/install.rb lib/bundler/source/rubygems.rb lib/bundler/version.rb spec/install/gems/dependency_api_spec.rb spec/support/builders.rb
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d2037e9..76092855 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -46,6 +46,14 @@ Documentation:
- add missing Gemfile global `path` explanation (@agenteo)
+## 1.7.13 (2015-02-07)
+
+Bugfixes:
+
+ - 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.7.12 (2015-01-08)
Bugfixes: