summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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 9f23135d7f..02754f0d09 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: