From fc55f247a0012afb14b6f409a1376bb3fc5df668 Mon Sep 17 00:00:00 2001 From: kt Date: Wed, 8 Jan 2020 08:13:42 -0800 Subject: [PATCH] Update CHANGELOG.md to include #5319 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12fc80dfca7f..d3f9cb7b5656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ FEATURES: * **New Data Source:** `azurerm_iothub_dps` [GH-5336] * **New Resource:** `azurerm_api_management_identity_provider_twitter` [GH-5306] +IMPROVEMENTS: + +* `azurerm_function_app` - convert `connection_string`s from a `TypList` to a `TypeSet` [GH-5319] + ## 1.40.0 (January 08, 2020) FEATURES: