summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2018-12-27 13:28:41 +1100
committerColby Swandale <me@colby.fyi>2018-12-27 13:31:14 +1100
commita289fddd45f911c2d18dd7555666b0cd4a253f21 (patch)
tree838ed8a44070d3bb4a55e861c8ef3b1fefa6a91e /CHANGELOG.md
parent676e3c64a1d453378d62352bbb8e428ce941e46f (diff)
downloadbundler-a289fddd45f911c2d18dd7555666b0cd4a253f21.tar.gz
Version 1.17.3 with changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a32c73a1e8..f262060775 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## 1.17.3 (2018-12-27)
+
+Bugfixes:
+
+ - Fix a Bundler error when installing gems on old versions of RubyGems ([#6839](https://github.com/bundler/bundler/issues/6839), @colby-swandale)
+ - Fix an rare issue where Bundler was removing itself after a `bundle clean` ([#6829](https://github.com/bundler/bundler/issues/6829), @colby-swandale)
+
+Documentation:
+
+ - add entry for `bundle remove` command to the main Bundler manual page
+
## 1.17.2 (2018-12-11)
- Add compatibility for bundler merge with Ruby 2.6