Update CHANGELOG.md

This commit is contained in:
Mitchell Hashimoto 2016-11-08 13:02:33 -08:00 committed by GitHub
parent 3bc26db4e0
commit dfab66e550

View File

@ -16,6 +16,7 @@ BUG FIXES:
* core: Splat variables (`foo.*.bar`) are now ordered by count index for deterministic ordering. [GH-9883]
* core: New apply graph doesn't prune module variables as aggressively. [GH-9898]
* core: New apply graph properly configures providers with aliases. [GH-9894]
* core: New destroy graph doesn't create edge loops to destroy nodes that reference themselves. [GH-9968]
* provider/aws: Fix crash when adding EBS volumes to spot fleet request. [GH-9857]
* provider/aws: Ignore NoSuchEntity error when IAM user does not have login profile [GH-9900]
* provider/aws: Setting static_routes_only on import of vpn_connection [GH-9802]