diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 064aecf651..a765ba621a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ Bugfixes: - ensure redefined methods have the same visibility as the one they're replacing, fixing `Kernel.require` failing on JRuby (#4975, @segiddins) - ensure that Bundler won't complain about a corrupt lockfile when no lockfile exists when using `gemspec` in the Gemfile (#5006, @segiddins) - fail gracefully when parsing the metadata for a gemspec from the compact index fails (@segiddins) - - fix invoking bundler with binstubs generated by RubyGems 2.6.2+ (#4974, @chrismo) + - fix system gems not being copied to --path on bundle install (e.g. --deployment) (#4974, @chrismo) Performance: @@ -59,7 +59,7 @@ Features: - print gem installation errors after other install output (#4834, @segiddins) - add `lock --remove-platform` flag to remove platforms from the lock (#4877, @segiddins) - add `only_update_to_newer_versions` setting to prevent downgrades during `update` (@segiddins) - - expanded expirimental plugin support to include hooks and sources (@asutoshpalai) + - expanded experimental plugin support to include hooks and sources (@asutoshpalai) Bugfixes: @@ -137,6 +137,11 @@ Bugfixes: - allow running `bundle install --deployment` after `bundle package --all` with path gems (#2175, @allenzhao) - add support for patchlevels in ruby versions in the gemfile and gemspecs (#4593, @chalkos) +## 1.12.6 (2016-10-10) + +Bugfixes: + - add support for weak etags to the new index (@segiddins) + ## 1.12.5 (2016-05-25) Bugfixes: |