From 5eb073c5013c23fe027c9ce7dfecf19936b738d5 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Thu, 8 Dec 2016 12:44:46 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dae17bca9..2d9397626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ BACKWARDS INCOMPATIBILITIES: * post-processor/manifest: Changed `filename` field to be `output`, to be more consistent with other post-processors. `packer fix` will fix this for you. [GH-4192] + * post-processor/shell-local: Now runs per-builder instead of per-file. The + filename is no longer passed in as an argument to the script, but instead + needs to be gleaned from the manifest post-processor. [GH-4189] IMPROVEMENTS: