From 453fdb02d0897625327643bcae87d2bbb6055689 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sat, 28 May 2016 17:11:32 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e3a53cc4..00fbd3802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -115,6 +115,8 @@ BUG FIXES: UNC paths [GH-6598] - core: Fix a crash in parsing the config in some cases with network configurations [GH-6730] + - core: Clean up temporarily files created by bundler + [GH-7354, GH-6301, GH-3469, GH-6231] - commands/up: Smarter logic about what provider to install, avoiding situations where VirtualBox was installed over the correct provider [GH-6731] - guests/debian: Fix Docker install [GH-6722]