From 7713a52f01f4f75713cd13ce394a7a8b989f2d7a Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sun, 29 May 2016 01:11:53 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b31c33616..6f63cee93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,8 @@ IMPROVEMENTS: [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/all: Make it clear that machine IDs can be specified + [GH-7356, GH-7228] - 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]