From ef22149e9c8bbcada8438472d1d647b60f870d65 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 27 May 2016 17:39:06 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c9fbec32..e4d7e7620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,14 @@ BREAKING CHANGES: will need to opt into the "current" channel until Chef Software promotes into the "stable" channel. +FEATURES: + + - provider/docker: Allow non-linux users to opt-out of the host VM to run + Docker containers by setting `config.force_host_vm = false` in the + Vagrantfile. This is especially useful for customers who wish to use + the beta builds for Mac and Windows, dlite, or a custom provider. + [GH-7277, GH-7298, 8c11b53] + IMPROVEMENTS: - core/downloader: increase box resume download limit to 24h