Update CHANGELOG.md

This commit is contained in:
James Nugent 2016-09-03 13:05:00 -07:00
parent 94ca84e772
commit b5992c3491

View File

@ -19,6 +19,7 @@ IMPROVEMENTS:
* core: HTTP module sources can now use netrc files for auth
* core: Add wildcard (match all) support to `ignore_changes` [GH-8599]
* helper/schema: Add diff suppression callback [GH-8585]
* provider/aws: Add support for assuming a role prior to performing API operations [GH-8638]
* provider/aws: Spurious diffs of `aws_s3_bucket` policy attributes due to JSON field ordering are reduced [GH-8615]
* provider/aws: Add MemoryReservation To `aws_ecs_container_definition` data source [GH-8437]
* provider/aws: Export `arn` of `aws_autoscaling_group` [GH-8503]