diff options
author | Bundlerbot <bot@bundler.io> | 2019-09-09 13:43:48 +0000 |
---|---|---|
committer | Bundlerbot <bot@bundler.io> | 2019-09-09 13:43:48 +0000 |
commit | 706d514948f6028f89d811d37477c02105584be6 (patch) | |
tree | 37fced83da33330bd306b9cbaaad2c9e35b0acd5 | |
parent | 48cb4eca964dc05b68f1c8fa2d83838da21ca182 (diff) | |
parent | c509a2f2acbc4191ba19ad35ca649fed640715a2 (diff) | |
download | bundler-706d514948f6028f89d811d37477c02105584be6.tar.gz |
Merge #7343
7343: Add 2.1.0.pre.2 changelog entries r=deivid-rodriguez a=deivid-rodriguez
### What was the end-user problem that led to this PR?
The problem was that the changelog needs to be filled before releasing the next pre.
### What is your fix for the problem, implemented in this PR?
My fix is to fill in the user facing changes that I plan to include.
Co-authored-by: David RodrÃguez <deivid.rodriguez@riseup.net>
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 990d49d0fa..068a39445c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.1.0.pre.2 + +Bugfixes: + + - Fix `bundle clean` trying to delete non-existent directory ([#7340](https://github.com/bundler/bundler/pull/7340)) + - Fix warnings about keywork argument separation on ruby 2.7 ([#7337](https://github.com/bundler/bundler/pull/7337)) + ## 2.1.0.pre.1 (August 28, 2019) One of the biggest changes in bundler 2.1.0 is that deprecations for upcoming |