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-09 14:17:20 +0200
commit5d4d710e9015b73c06a21da5a4ad8711a71800b2 (patch)
tree7f3d3570af6b2f9ad8b69137d3c66d6b3958a7a5
parent78bbb5765db5923c7463108af0cc1a4d428f67da (diff)
downloadbundler-5d4d710e9015b73c06a21da5a4ad8711a71800b2.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: