From 70970812c04036e29d11325007688cb8ec70b41a Mon Sep 17 00:00:00 2001 From: Rickard von Essen Date: Wed, 14 Dec 2016 22:17:45 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e385bc1..ae9558f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ BACKWARDS INCOMPATIBILITIES: * `ssh_username` is now required if using communicator ssh. [GH-4172] +  * builder/amazon: Change `shutdown_behaviour` to `shutdown_behavior`. + Run "packer fix template.json" to migrate a template. [GH-4285] * 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]