From 31876427e35dbbc4167e1ab356a63a8f1ec28c4b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 2 Sep 2014 15:30:14 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31d2ca3d2..15ac117bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ FEATURES: + * core: Plugins are automatically discovered if they're named properly. + Packer will look in the PWD and the directory with `packer` for + binaries named `packer-TYPE-NAME`. * builder/vmware: VMware Player 6 is now supported. [GH-1168] IMPROVEMENTS: