summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-05-02 23:05:36 -0700
committerAndre Arko <andre@arko.net>2015-05-02 23:05:36 -0700
commitad9d535ce808f33b5329bf052abd84d19a5178d6 (patch)
tree78cc8debcb5bd3b399d788ce47ad31e8a3809a66 /CHANGELOG.md
parenta5107e400555217d90b0abda9e72f9140aed4410 (diff)
parentaf5db3362bbaf509cf095e9c128f442715c64168 (diff)
downloadbundler-ad9d535ce808f33b5329bf052abd84d19a5178d6.tar.gz
Merge tag 'v1.8.9' into 1-9-stable
Version 1.8.9 Conflicts: CHANGELOG.md lib/bundler/version.rb
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 96eca72297..677bd1153b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -63,6 +63,24 @@ Features:
- Molinillo resolver, shared with CocoaPods (@segiddins)
- updated Thor to v0.19.1 (@segiddins)
+## 1.8.9 (2015-05-02)
+
+Bugfixes:
+
+ - Support RubyGems versions above 2.4.6 (@tenderlove, @segiddins, @indirect)
+
+## 1.8.8 (2015-04-29)
+
+Bugfixes:
+
+ - Respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore)
+
+## 1.8.7 (2015-04-07)
+
+Bugfixes:
+
+ - stop suppressing errors inside gems that get required (#3549, @indirect)
+
## 1.8.6 (2015-03-30)
Bugfixes:
@@ -169,6 +187,19 @@ Documentation:
- add missing Gemfile global `path` explanation (@agenteo)
+## 1.7.15 (2015-04-29)
+
+Bugfixes:
+
+ - Respect Gemfile sources when installing a gem present in two sources (#3585, @tmoore)
+
+## 1.7.14 (2015-03-30)
+
+Bugfixes:
+
+ - Keep gems locked when updating another gem from the same source (#3250, @indirect)
+ - Don't add extra quotes around long, quoted config values (@aroben, #3338)
+
## 1.7.13 (2015-02-07)
Bugfixes: