update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2016-10-31 13:27:54 -07:00
parent ab0b7e2d89
commit a095a30fbf
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 8 additions and 1 deletions

View File

@ -76,8 +76,15 @@ BUG FIXES:
* core: Tainted resources will not process `ignore_changes`. [GH-7855]
* core: Boolean looking values passed in via `-var` no longer cause type errors. [GH-9642]
* core: Update crypto/ssh to support ED25519 SSH keys [GH-9661
* core: Computed primitives in certain cases no longer cause diff mismatch errors. [GH-9618]
* core: Computed primitives in certain cases no longer cause diff mismatch errors. [GH-9618]
* core: Empty arrays for list vars in JSON work [GH-8886]
* core: Boolean types in tfvars work propertly [GH-9751]
* core: Deposed resource destruction is accounted for properly in `apply` counts. [GH-9731]
* core: Check for graph cycles on resource expansion to catch cycles between self-referenced resources. [GH-9728]
* core: `prevent_destroy` prevents decreasing count [GH-9707]
* core: removed optional items will trigger "requires new" if necessary [GH-9699]
* command/apply: `-backup` and `-state-out` work with plan files [GH-9706]
* command/validate: respond to `--help` [GH-9660]
* provider/archive: Converting to datasource. [GH-8492]
* provider/aws: Fix issue importing AWS Instances and setting the correct `associate_public_ip_address` value [GH-9453]
* provider/aws: Fix issue with updating ElasticBeanstalk environment variables [GH-9259]