summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-12-13 20:08:36 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-12-15 12:18:14 +0100
commitc40d5e15898ae5679f89969ec22a2efb9b4f68c4 (patch)
tree94b2370a0b229af606696ba900254e28cf95f0ed
parente3f30d2cf51bd8dbaf4b794c5ad76f6339ccc87a (diff)
downloadbundler-release/2.1.0.tar.gz
Changelog for 2.1.0release/2.1.0
-rw-r--r--CHANGELOG.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24e2daa913..1393d19942 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,27 @@
+## 2.1.0 (December 15, 2019)
+
+Features:
+
+ - Add support for new default gems. In particular,
+
+ * `open3` [#7455](https://github.com/bundler/bundler/pull/7455)
+ * `cgi`: [#7456](https://github.com/bundler/bundler/pull/7456)
+ * `uri` [#7460](https://github.com/bundler/bundler/pull/7460)
+
+ plus other PRs removing or lazily loading usages of these gems from other places to not interfere with user's choice, such as [#7471](https://github.com/bundler/bundler/pull/7471) or [#7473](https://github.com/bundler/bundler/pull/7473)
+
+Bugfixes:
+
+ - Fix `bundle exec rake install` failing [#7474](https://github.com/bundler/bundler/pull/7474)
+ - Fix `bundle exec`'ing to rubygems being silent [#7442](https://github.com/bundler/bundler/pull/7442)
+ - Restore previous `BUNDLE_GEMFILE` in `bundler/inline` [#7418](https://github.com/bundler/bundler/pull/7418)
+ - Fix error when using `gem` DSL's `:glob` option for selecting gemspecs from a specific source [#7419](https://github.com/bundler/bundler/pull/7419)
+
+Changes:
+
+ - `bundle config` no longer warns when using "old interface" (might be deprecated again in the future) [#7475](https://github.com/bundler/bundler/pull/7475)
+ - `bundle update` no longer warns when used without arguments (might be deprecated again in the future) [#7475](https://github.com/bundler/bundler/pull/7475)
+
## 2.1.0.pre.3 (November 12, 2019)
Features: