From 782d6930759a7af1312fe9fc839aad46a8d845bb Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 29 Jun 2015 13:47:53 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3434fa9..6517f1506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ ## 0.8.1 (unreleased) +IMPROVEMENTS: + + * builder/amazon: When debug mode is enabled, the Windows administrator + password for Windows instances will be shown [GH-2351] + BUG FIXES: + * core: `min_packer_version` field in configs work [GH-2356] * builder/amazon: Fix issue with sharing AMIs when using `ami_users` [GH-2308] * builder/amazon: Fix for tag creation when creating new ec2 instance [GH-2317] * builder/amazon: Fix issue with creating AMIs with multiple device mappings [GH-2320]