aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-03-11 02:14:33 -0700
committerAndre Arko <andre@arko.net>2015-03-11 02:14:33 -0700
commitca746cb0a923e3543ce645b6a6981a25771deb71 (patch)
tree328c52aa35b4aff33e4480fe9060f71619c57aa8 /CHANGELOG.md
parent07d17d90804fc409a8d6bfedfb810fba5678dbcb (diff)
parent85719633f39a33c04e303cb5f9341881e20e6d8f (diff)
downloadbundler-ca746cb0a923e3543ce645b6a6981a25771deb71.tar.gz
Merge tag 'v1.8.5'
Version 1.8.5 Conflicts: lib/bundler/templates/newgem/newgem.gemspec.tt lib/bundler/version.rb
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md25
1 files changed, 23 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88bd610d..6882b120 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,36 @@
+## 1.8.5 (2015-03-11)
+
+Bugfixes:
+
+ - remove MIT license from gemspec when removing license file (@indirect)
+ - respect 'no' immediately as well as saving it in `gem` config (@kirs)
+
+## 1.8.4 (2015-03-05)
+
+Bugfixes:
+
+ - document --all-platforms option (#3449, @moeffju)
+ - find gems from all sources on exec after install (#3450, @TimMoore)
+
+## 1.8.3 (2015-02-24)
+
+Bugfixes:
+
+ - handle boolean values for gem settings (@EduardoBautista)
+ - stop always looking for updated `path` gems (#3414, #3417, #3429, @TimMoore)
+
## 1.8.2 (2015-02-14)
Bugfixes:
- - allow config settings for gems with 'http' in the name again (#3398, @tmoore)
+ - allow config settings for gems with 'http' in the name again (#3398, @TimMoore)
## 1.8.1 (2015-02-13)
Bugfixes:
- synchronize building git gem native extensions (#3385, @antifuchs & @indirect)
- - set gemspec bindir correctly (#3392, @tmoore)
+ - set gemspec bindir correctly (#3392, @TimMoore)
- request lockfile deletion when it is malformed (#3396, @indirect)
- explain problem when mirror config is missing (#3386, @indirect)
- explain problem when caching causes permission error (#3390, @indirect)