diff options
author | Andre Arko <andre@arko.net> | 2015-02-24 18:29:31 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2015-02-24 18:29:31 -0800 |
commit | 56de835671a07fc517926d437aabb2b1cd8da52c (patch) | |
tree | a4dbb5e482e748de45131966bd7ac79ade7f3870 /CHANGELOG.md | |
parent | 8ca8ee09997a46e3959145c9d00d74a374913b71 (diff) | |
download | bundler-56de835671a07fc517926d437aabb2b1cd8da52c.tar.gz |
Verison 1.8.3 with changelogv1.8.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6244414170..920835ebc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,22 @@ +## 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) |