summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-01 20:58:00 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-01 23:27:51 +0100
commit784c368617cb8a6f4b5a10460b3783cd26222c93 (patch)
tree7d17fb3f17bd4e1451e661d66ea1d7e028a2ba23
parent7fdb7faeaebaa349cf5c6c14b5c14166289bfd81 (diff)
downloadbundler-release/2.1.3.tar.gz
Changelog for 2.1.3release/2.1.3
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 612b0e36bb..7d66fbc58a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## 2.1.3 (January 2, 2020)
+
+Bugfixes:
+
+ - Fix `rake build` when path has spaces on it [#7514](https://github.com/bundler/bundler/pull/7514)
+ - Fix `rake release` git push tasks when the running shell has `git` as an alias of another command (like `hub`) [#7510](https://github.com/bundler/bundler/pull/7510)
+ - Fix some circular require warnings [#7520](https://github.com/bundler/bundler/pull/7520)
+ - Fix `bundle config set deployment true` recommended alternative to `bundle config --deployment` to behave in the same way as the `--deployment` flag [#7519](https://github.com/bundler/bundler/pull/7519)
+
## 2.1.2 (December 20, 2019)
Bugfixes: