update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2016-12-02 13:14:44 -05:00
parent be012a5ebb
commit 966f5b920d
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ BUG FIXES:
* core: Changed attribute console output shows up on Windows. [GH-10417]
* core: Destroying deposed resources in create before destroy waits until the creation step of its specific index. (0.8 regression) [GH-10416]
* core: Certain invalid configurations will no longer print "illegal". [GH-10448]
* core: Fix a crash that could occur when multiple deposed instances exist. [GH-10504]
* command/console: variable access works [GH-10446]
* provider/aws: Do not return a root device for instance store backed AMIs. [GH-9483]
* provider/aws: resource_aws_opsworks_application does not accept document_root parameter [GH-10477]