summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2020-03-04 16:08:49 +0000
committerBundlerbot <bot@bundler.io>2020-03-04 16:08:49 +0000
commitc0fe575cce11c93ab81fecb24e4d270cb17ba02d (patch)
tree0236b94526dd35f72adf1adb335c5e6cd79a76bc
parentc92bf657be6a218c53e27381fb26feed68a7e240 (diff)
parentc104018943d1b642c70ce11a20eec81adbbe08c2 (diff)
downloadbundler-c0fe575cce11c93ab81fecb24e4d270cb17ba02d.tar.gz
Merge #7663
7663: Reformulation of changes after bundler 2.1 has been released r=deivid-rodriguez a=jesperronn ### What was the end-user or developer problem that led to this PR? Upgrading document talks about bundler 2.1 in future tense, but it has already been released. ### What is your fix for the problem, implemented in this PR? Update text to reflect the deprecation texts are already added in version 2.1, and that version 2.1 has already been released Co-authored-by: Jesper Rønn-Jensen <jesperrr@gmail.com>
-rw-r--r--UPGRADING.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/UPGRADING.md b/UPGRADING.md
index e26ad3bdb9..611a73a6d4 100644
--- a/UPGRADING.md
+++ b/UPGRADING.md
@@ -4,8 +4,7 @@
The following is a summary of the changes that we plan to introduce in Bundler
3, why we will be making those changes, and what the deprecation process will
-look like. All these deprecations will be printed by default in the upcoming
-Bundler 2.1 release.
+look like. All these deprecations are printed by default in the Bundler 2.1 release.
If you don't want to deal with deprecations right now and want to toggle them
off, you can do it through configuration. Set the `BUNDLE_SILENCE_DEPRECATIONS`
@@ -30,7 +29,7 @@ them.
The CLI defines a set of commands and options that can be used by our users to
create command lines that bundler can understand. There's a number of changes
-that we plan to make to this set of commands and options.
+in the upcoming 3 version.
* Flags passed to `bundle install` that relied on being remembered across invocations have been deprecated.