summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesper Rønn-Jensen <jesperrr@gmail.com>2020-03-02 08:54:20 +0100
committerGitHub <noreply@github.com>2020-03-02 08:54:20 +0100
commitc104018943d1b642c70ce11a20eec81adbbe08c2 (patch)
tree56d50be3f80225b96190758f6d4a9b6a63ff2366
parent788a4071cf4e0b42f83e25ba2aedaf0b63546866 (diff)
downloadbundler-c104018943d1b642c70ce11a20eec81adbbe08c2.tar.gz
Reformulation of changes after bundler 2.1 has been released
Update text to reflect the deprecation texts are already added in version 2.1, and that version 2.1 has already been released
-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.