Update CHANGELOG.md

This commit is contained in:
James Nugent 2016-05-17 12:58:01 -05:00
parent 55002086e5
commit 95ceb51aef
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ BUG FIXES:
* provider/aws: Updating state when `aws_sns_topic_subscription` is missing [GH-6629]
* provider/aws: `aws_opsworks_application.app_source` SSH key is write-only [GH-6649]
* provider/aws: fix Elastic Beanstalk `cname_prefix` continual plans [GH-6653]
* provider/aws? Fix crash in `aws_elasticache_parameter_group` occuring following edits in the console [GH-6687]
* provider/aws: Fix crash in `aws_elasticache_parameter_group` occuring following edits in the console [GH-6687]
* provider/aws: Trim trailing `.` from `name` in `aws_route53_record` resources to prevent spurious diffs [GH-6592]
* provider/openstack: Reassociate Floating IP on network changes [GH-6579]
* provider/vsphere: `gateway` and `ipv6_gateway` are now read from `vsphere_virtual_machine` resources [GH-6522]
* provider/vsphere: `ipv*_gateway` parameters won't force a new `vsphere_virtual_machine` [GH-6635]