From cf99d640e3d8a12fe6da95bf6cf1bab9dfcc2a0a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 1 Jul 2013 10:42:02 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a68f08f..8c7d19356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 0.1.3 (unreleased) +FEATURES: + +* The VMware builder can now upload the VMware tools for you into + the VM. This is opt-in, you must specify the `tools_upload_flavor` + option. See the website for more documentation. + IMPROVEMENTS: * digitalocean: Errors contain human-friendly error messages. [GH-85]