From aaf024514f8b6be872674cbed35bcd49fd5c13a8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 13 Jul 2013 10:01:19 +0900 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13cab2653..90b0a5790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ FEATURES: environmental variables. See the documentatin for more details. * VirtualBox and VMware can now have `floppy_files` specified to attach floppy disks when booting. This allows for unattended Windows installs. +* `packer build` has a new `-force` flag that forces the removal of + existing artifacts if they exist. [GH-173] IMPROVEMENTS: