diff options
author | Andre Arko <andre@arko.net> | 2015-06-24 13:58:39 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2015-06-24 13:58:39 -0700 |
commit | b5db5535355e37a9bc23b87acc602e0398b3ec3c (patch) | |
tree | fb11718655e0d034370d31f6598fc6a382a00da0 | |
parent | ec6b888dfc910ff65e3f4ac25ce43c3f901e0fd3 (diff) | |
download | bundler-1.10.5.tar.gz |
Update changelog for 1.10.5v1.10.5
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cf740d1f48..aa83fcc6d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 1.10.5 (2015-06-24) +Workarounds: + + - don't add or update BUNDLED WITH during `install` with no changes (@segiddins) + Bugfixes: - fix sorting of mixed DependencyLists with RubyGems >= 2.23 (#3762, @tony-spataro-rs) |