From dccdaceee06a3a320d0f6096d66bc2ea1ca7de86 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Tue, 6 Dec 2016 08:38:56 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8487ec71b..4aedbeb51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ IMPROVEMENTS: * provider/aws: Add support for termination protection and autotermination to EMR [GH-10252] * provider/azurerm: make DiskSizeGB optional for azurerm_virtual_machine data_disks [GH-10232] + * provider/azurerm support `license_type` virtual_machine property [GH-10539] * provider/datadog: Make monitor thresholds optional. [GH-10526] * provider/datadog: Improve datadog timeboard support [GH-10027] * provider/docker: Upload files into container before first start [GH-9520]