From a42d581e51afa79db626d96bfe71a84e93cc9338 Mon Sep 17 00:00:00 2001 From: kt Date: Fri, 17 May 2019 11:57:33 -0700 Subject: [PATCH] Update CHANGELOG.md to include #3360 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4838c197a3d9..442a0c0ad70d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ ## 1.29.0 (Unreleased) +IMPROVEMENTS: + * `azurerm_application_gateway` - support for rewrite rules [GH-3423] +* `azurerm_application_gateway` - support for `ssl_policy` blocks and deprecating `disabled_ssl_protocols` [GH-3360] ## 1.28.0 (May 17, 2019) FEATURES: + * **New Data Source:** `azurerm_automation_variable_bool` ([#3310](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3310)) * **New Data Source:** `azurerm_automation_variable_datetime` ([#3310](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3310)) * **New Data Source:** `azurerm_automation_variable_int` ([#3310](https://github.com/terraform-providers/terraform-provider-azurerm/issues/3310))