summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-05 15:39:13 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-05 15:39:13 +0100
commitf73e11ebed85e9b65425a50687572b59f7185667 (patch)
tree9ad69bfa2f00f3eeb635d0eb348fca15a9c24b68
parent7bf8d33b969bec457ba8f3062de3c95d1d47015f (diff)
downloadbundler-release/2.1.4.tar.gz
Changelog for 2.1.4release/2.1.4
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d66fbc58a..48cd505560 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 2.1.4 (January 5, 2020)
+
+Bugfixes:
+
+ - Fix `net-http-pipeline` no longer being allowed in Gemfiles if already installed in the system due to our vendored version of `net-http-persistent` optionally requiring it [#7529](https://github.com/bundler/bundler/pull/7529)
+ - Fix inline gems no longer being requirable if no Gemfile is present in the directory hierarchy [#7537](https://github.com/bundler/bundler/pull/7537)
+
## 2.1.3 (January 2, 2020)
Bugfixes: