summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2018-12-27 15:12:17 +1100
committerColby Swandale <me@colby.fyi>2018-12-27 15:12:17 +1100
commitd7089abb6a3c922bfe74199c103e745bb11bd46f (patch)
tree97e8acf336f031ef8205467963fe590d22f45447
parenta289fddd45f911c2d18dd7555666b0cd4a253f21 (diff)
downloadbundler-d7089abb6a3c922bfe74199c103e745bb11bd46f.tar.gz
cleanup changelog and releasev1.17.3
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f262060775..d676954b13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,11 +3,11 @@
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)
+ - Fix a 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
+ - Add entry for the `bundle remove` command to the main Bundler manual page
## 1.17.2 (2018-12-11)