summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2018-10-11 21:49:55 +1100
committerColby Swandale <me@colby.fyi>2018-10-11 21:49:55 +1100
commit970ac8978a79fc5da15cd969baeab3133bc5cf31 (patch)
tree44179119bd8c479ee25bbb74fe81bceefbf32777 /CHANGELOG.md
parent0f0dbb03bf95e6dccb5d1e033ec41941beb63a5a (diff)
downloadbundler-970ac8978a79fc5da15cd969baeab3133bc5cf31.tar.gz
fix typos in the 1.16.6 changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 23c462e7af..7cd024e21d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,14 +3,14 @@
Changes:
- Add an error message when adding a gem with `bundle add` that's already in the bundle ([#6341](https://github.com/bundler/bundler/issues/6341), @agrim123)
- - Add Homepage, Source Code and Chanagelog URI metadata fields to the `bundle gem` gemspec template (@walf443)
+ - Add Homepage, Source Code and Changelog URI metadata fields to the `bundle gem` gemspec template (@walf443)
Bugfixes:
- Fix issue where updating a gem resulted in the gem's version being downgraded when `BUNDLE_ONLY_UPDATE_TO_NEWER_VERSIONS` was set ([#6529](https://github.com/bundler/bundler/issues/6529), @theflow)
- Fix some rescue calls that don't specifiy error type (@utilum)
- Fix an issue when the Lockfile would contain platform-specific gems that it didn't need ([#6491](https://github.com/bundler/bundler/issues/6491), @segiddins)
- - Improve handlding of adding new gems with only a single group to the Gemfile in `bundle add` (@agrim123)
+ - Improve handling of adding new gems with only a single group to the Gemfile in `bundle add` (@agrim123)
- Refactor check for OpenSSL in `bundle env` (@voxik)
- Remove an unnecessary assignment in Metadata (@voxik)