Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit c40d5e1

Browse files
Changelog for 2.1.0
1 parent e3f30d2 commit c40d5e1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 2.1.0 (December 15, 2019)
2+
3+
Features:
4+
5+
- Add support for new default gems. In particular,
6+
7+
* `open3` [#7455](https://github.com/bundler/bundler/pull/7455)
8+
* `cgi`: [#7456](https://github.com/bundler/bundler/pull/7456)
9+
* `uri` [#7460](https://github.com/bundler/bundler/pull/7460)
10+
11+
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)
12+
13+
Bugfixes:
14+
15+
- Fix `bundle exec rake install` failing [#7474](https://github.com/bundler/bundler/pull/7474)
16+
- Fix `bundle exec`'ing to rubygems being silent [#7442](https://github.com/bundler/bundler/pull/7442)
17+
- Restore previous `BUNDLE_GEMFILE` in `bundler/inline` [#7418](https://github.com/bundler/bundler/pull/7418)
18+
- Fix error when using `gem` DSL's `:glob` option for selecting gemspecs from a specific source [#7419](https://github.com/bundler/bundler/pull/7419)
19+
20+
Changes:
21+
22+
- `bundle config` no longer warns when using "old interface" (might be deprecated again in the future) [#7475](https://github.com/bundler/bundler/pull/7475)
23+
- `bundle update` no longer warns when used without arguments (might be deprecated again in the future) [#7475](https://github.com/bundler/bundler/pull/7475)
24+
125
## 2.1.0.pre.3 (November 12, 2019)
226

327
Features:

0 commit comments

Comments
 (0)