From 50b7b92b6cad085029bb9f3541d59bb2c304b8c5 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Tue, 22 Nov 2016 12:52:37 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a78f429e..bafc0c0c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ BACKWARDS INCOMPATIBILITIES: * `ssh_username` is now required if using communicator ssh. [GH-4172] + * 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] IMPROVEMENTS: