missing change in changelog

This commit is contained in:
Matthew Hooker 2016-12-15 17:45:19 -08:00
parent c9f9c59765
commit 936c64a49d
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ IMPROVEMENTS:
* builder/amazon-ebsvolume: Add artifact output. [GH-4141]
* builder/amazon: Add `snapshot_tag` overrides. [GH-4015]
* builder/amazon: Added new region London - eu-west-2. [GH-4284]
* builder/amazon: Added ca-central-1 to list of known aws regions. [GH-4274]
* builder/amazon: Adds `force_delete_snapshot` flag to also cleanup snapshots
if we're removing a preexisting image, as with `force_deregister_image`.
[GH-4223]