aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-02-24 18:29:31 -0800
committerAndre Arko <andre@arko.net>2015-02-24 18:29:31 -0800
commit56de835671a07fc517926d437aabb2b1cd8da52c (patch)
treea4dbb5e482e748de45131966bd7ac79ade7f3870 /CHANGELOG.md
parent8ca8ee09997a46e3959145c9d00d74a374913b71 (diff)
downloadbundler-56de835671a07fc517926d437aabb2b1cd8da52c.tar.gz
Verison 1.8.3 with changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62444141..920835eb 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)