From 4250fb55145154d411c6cdf89d5eab2e1379e197 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 27 May 2016 19:03:23 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2022d5e85..40ea24e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ IMPROVEMENTS: - core/downloader: increase box resume download limit to 24h [GH-7352, GH-7272] - core/package: run validations prior to packaging [GH-7353, GH-7351] + - core/action: make `start` ("vagrant up") run provisioners [GH-4467, GH-4421] - commands/login: Print a warning with both the environment variable and local login token are present [GH-7206, GH-7219] - communicators/winrm: Upgrade to latest WinRM gems [GH-6922]