summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-04 22:22:32 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-11 13:16:45 +0200
commit2ff9615e77244c1c2ff72e638649a12055c91202 (patch)
treebddd96e8aeb11283993fb91f2d9161ddc401448c
parente1b8d366dd87e94fdbc54ed7a4e1bb7f88b928eb (diff)
downloadbundler-2ff9615e77244c1c2ff72e638649a12055c91202.tar.gz
Merge changelog from 2-0-stable
-rw-r--r--CHANGELOG.md45
1 files changed, 45 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d86054b2ff..7eafe43317 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,48 @@
+## 2.0.1 (2019-01-04)
+
+Changes:
+
+ - Relaxed RubyGems requirement to `>= 2.5.0` ([#6867](https://github.com/bundler/bundler/pull/6867))
+
+## 2.0.0 (2019-01-03)
+
+No new changes
+
+## 2.0.0.pre.3 (2018-12-30)
+
+Breaking Changes:
+
+ - Bundler 2 now requires RubyGems 3.0.0 at minimum
+
+Changes:
+
+ - Ruby 2.6 compatibility fixes (@segiddins)
+ - Import changes from Bundler 1.17.3 release
+
+Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler`
+
+## 2.0.0.pre.2 (2018-11-27)
+
+Breaking Changes:
+
+ - `:github` source in the Gemfile now defaults to using HTTPS
+
+Changes
+
+ - Add compatibility for Bundler merge into ruby-src
+
+Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler`
+
+## 2.0.0.pre.1 (2018-11-09)
+
+Breaking Changes:
+
+ - Dropped support for versions of Ruby < 2.3
+ - Dropped support for version of RubyGems < 2.5
+ - Moved error messages from STDOUT to STDERR
+
+Note: To upgrade your Gemfile to Bundler 2 you will need to run `bundle update --bundler`
+
## 1.17.3 (2018-12-27)
Bugfixes: