summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2018-09-14 22:28:06 +1000
committerColby Swandale <me@colby.fyi>2018-09-18 22:56:17 +1000
commit1da10a61bff46ecdbd42f4f278acbe051b9c547b (patch)
treee3d96c54db2e9acfc2fdc08b91939a57817063f2 /CHANGELOG.md
parent80af9e4806d60cd2720f5300b1f62f56662ef510 (diff)
downloadbundler-1da10a61bff46ecdbd42f4f278acbe051b9c547b.tar.gz
Version 1.16.5 with changelogv1.16.5
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3bc9cef74c..2a98c87a8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+## 1.16.5 (2018-09-18)
+
+Changes:
+
+ - Add support for TruffleRuby (@eregon)
+
+Bugfixes:
+
+ - Avoid printing git errors when checking the version on incorrectly packaged versions of Bundler ([#6453](https://github.com/bundler/bundler/issues/6453), @greysteil)
+ - Fix issue where Bundler does not check the given class when comparing equality in DepProxy (@ChrisBr)
+ - Handle `RangeNotSatisfiable` error in Compact Index (@MaxLap)
+ - Check for initialized `search` variable in `LazySpecification` (@voxik)
+ - Fix LoadError occurring in nested bundle exec calls ([#6537](https://github.com/bundler/bundler/issues/6537), @colby-swandale)
+ - Check that Bundler::Deprecate is not an autoload constant ([#6163](https://github.com/bundler/bundler/issues/6163), @eregon)
+ - Prefer non-pre-release versions when performing a `bundle update --patch` ([#6684](https://github.com/bundler/bundler/issues/6684), @segiddins)
+
## 1.16.4 (2017-08-17)
Changes: