From 0a3ffde36e11feb6e50e7331fb00c6dff155938a Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Tue, 20 Aug 2019 17:19:34 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3fa6c0a..395731a6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,6 @@ BUG FIXES: * command/0.12upgrade: use user-supplied plugin-dir [GH-22306] * config: fix panic on tuples with `for_each` [GH-22279] * config: fix references to `each` of `for_each` in provisioners [GH-22289] -* plugin/sdk: Azure SDK components used by the `azure` remote state backend have been updated to recent versions. This should help prevent dependency conflicts when using Terraform components or the plugin SDK in other projects that have their own Azure dependencies. [GH-22247], [GH-22248] * command/hook_ui: Truncate the ID considering multibyte characters [GH-18823] * command/fmt: Terraform fmt no longer inserts spaces after % [GH-22356] * config: ensure consistent evaluation when moving between single resources and `for_each` in addressing [GH-22454]