summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-10-30 13:58:22 -0500
committerSamuel Giddins <segiddins@segiddins.me>2017-10-31 14:28:45 -0500
commit10f20fa33bc36371cbad00106487c6eb22616ec7 (patch)
treed9197fa87471909f071947a242390a0be9aaf7d8 /CHANGELOG.md
parent528ff71fd3d2833c0d961e1f65be682c1627844e (diff)
downloadbundler-10f20fa33bc36371cbad00106487c6eb22616ec7.tar.gz
Version 1.16.0 with changelogv1.16.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c4c296f97..4d5d76ed8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+## 1.16.0 (2017-10-31)
+
+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/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/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)
Features: