From 819db3469e19da436d198df8fdffb3c832a40145 Mon Sep 17 00:00:00 2001 From: James Nugent Date: Sun, 7 Feb 2016 17:56:29 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d9808424..02983e8b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ FEATURES: * **New resource:** `azurerm_dns_a_record` [GH-5013] * **New resource:** `azurerm_dns_aaaa_record` [GH-5013] * **New resource:** `azurerm_dns_cname_record` [GH-5013] + * **New resource:** `azurerm_dns_mx_record` [GH-5041] + * **New resource:** `azurerm_dns_ns_record` [GH-5041] + * **New resource:** `azurerm_dns_srv_record` [GH-5041] + * **New resource:** `azurerm_dns_txt_record` [GH-5041] * **New resource:** `azurerm_sql_database` [GH-5003] * **New resource:** `azurerm_sql_server` [GH-4991] * **New interpolation function:** `signum` [GH-4854] @@ -20,6 +24,7 @@ BUG FIXES: * core: Improve handling of Provisioners in the graph, fixing "Provisioner already initialized" errors [GH-4877] * provider/openstack: Fix crash when `access_network` was not defined in instances [GH-4966] * provider/aws: Fix DynamoDB Table Refresh to ensure deleted tables are removed from state [GH-4943] + * provider/cloudflare: `ttl` no longer shows a change on each plan on `cloudflare_record` resources [GH-5042] ## 0.6.11 (February 1, 2016)