summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-03-03 17:45:17 -0600
committerSamuel Giddins <segiddins@segiddins.me>2017-03-03 17:45:17 -0600
commitc0fb52f440f45e0c5cd5d18234118e7dcfe1ab41 (patch)
tree039eaf99fa09a9673a144e93cc99d40070cd5614 /CHANGELOG.md
parentc020f1039405f9701444bad37f66907e80c756b4 (diff)
parent0c38a39ecf5e8c677ec26d21ca82f115f90c6c7e (diff)
downloadbundler-c0fb52f440f45e0c5cd5d18234118e7dcfe1ab41.tar.gz
Merge tag 'v1.14.6'
Version 1.14.6
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6cf533d16c..55d9ea5ab3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## 1.14.6 (2017-03-03)
+
+Bugfixes:
+
+ - avoid undefined constant `Bundler::Plugin::API::Source` exception (#5409, @segiddins)
+ - avoid incorrect warnings about needing to enable `specific_platform` (@segiddins)
+ - fail gracefully when the compact index does not send an ETag (#5463, @olleolleolle)
+ - ensure `bundle outdated --local` shows all outdated gems (#5430, @denniss)
+ - fix a case where ruby version requirements could lead to incorrect resolver conflicts (#5425, @segiddins)
+
## 1.14.5 (2017-02-22)
Bugfixes: