summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2017-10-31 20:07:16 +1100
committerColby Swandale <colby@taplaboratories.com>2017-10-31 20:07:16 +1100
commite4ed91226485bc3818321d7a54b001f854217cea (patch)
tree631a44fdf6722bd4013899ad7c58e20e5afc9512
parenta86736def2f14401d96a195c164e06a5f5d04663 (diff)
downloadbundler-colby/fix-changelog-1-16-links.tar.gz
fix the links to the relevent GitHub PRs for the 1.16 stable changelogcolby/fix-changelog-1-16-links
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de55f04d4b..e58b89be41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,11 +5,11 @@ Bugfixes:
- avoid new RubyGems warning about unsafe YAML loading (to keep output consistent) (@segiddins)
- load digest subclasses in a thread-safe manner (@segiddins, @colby-swandale)
- avoid unusued variable warnings under ruby 2.5 (@amatsuda)
- - fix printing the same message twice in verbose mode ([#6028](https://github.com/bundler/issues/6028), @akhramov)
- - allow `SignalException`s to bubble up to the interpreter during `bundle exec` ([#6090](https://github.com/bundler/issues/6090), @dekellum)
+ - fix printing the same message twice in verbose mode ([#6028](https://github.com/bundler/bundler/issues/6028), @akhramov)
+ - allow `SignalException`s to bubble up to the interpreter during `bundle exec` ([#6090](https://github.com/bundler/bundler/issues/6090), @dekellum)
- avoid activating stdlib digest under Ruby 2.5 (@segiddins)
- prioritise explicitly requested gems in dependency resolution sort order (@segiddins)
- - reduce memory usage during dependency resolution ([#6114](https://github.com/bundler/issues/6114), @greysteil)
+ - reduce memory usage during dependency resolution ([#6114](https://github.com/bundler/bundler/issues/6114), @greysteil)
- ensure that the default bundler gem is not accidentally activated on ruby 2.5 when using local git overrides (@segiddins)
## 1.16.0.pre.3 (2017-10-04)