From fa4f5106a4356e365ba7655cd13eb1b2ccc194f8 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Thu, 28 Jan 2016 15:16:15 -0800 Subject: [PATCH] Added Chef Windows support to the changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ebf5643..fe18f37bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,12 @@ BACKWARDS INCOMPATIBILITIES: FEATURES: + * **Chef on Windows**: The chef provisioner now has native support for Windows using Powershell and WinRM [GH-1215] + * **New `vmware-esxi` feature**: Packer can now export images from vCloud or + vSphere during the build. [GH-1921] * **Artifice post-processor**: Override packer artifacts during post- processing. This allows you to extract artifacts from a packer builder and use them with other post-processors like compress, docker, and Atlas. - * **New `vmware-esxi` feature**: Packer can now export images from vCloud or - vSphere during the build. [GH-1921] IMPROVEMENTS: