From bf83d2d92459aced6d1350f0b249a0b497ef904d Mon Sep 17 00:00:00 2001 From: James Nugent Date: Mon, 22 Feb 2016 13:33:05 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cfc5db81..cc472820a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ IMPROVEMENTS: * provider/aws: Support custom endpoints for AWS EC2 ELB and IAM [GH-5114] * provider/aws: The `cluster_type` on `aws_redshift_cluster` resources is now computed [GH-5238] * provider/aws: `aws_lambda_function` resources now support VPC configuration [GH-5149] + * provider/digitalocean: `digitalocean_record` resources now export a computed `fqdn` attribute [GH-5071] * provider/google: Add assigned IP Address to CloudSQL Instance `google_sql_database_instance` [GH-5245] * provider/openstack: Add support for Distributed Routers [GH-4878] * provider/openstack: Add support for optional cacert_file parameter [GH-5106]