From c795302ab2d844a6d56d520e32639af3d0801763 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Tue, 6 Nov 2018 11:19:34 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ffcb8d9..92fcfe365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ IMPROVEMENTS: BUG FIXES: * helper/schema: Prevent the insertion of empty diff values when converting legacy diffs [GH-19253] +* helper/schema: Fix timeout parsing during Provider.Diff (plan) [GH-19286] * core: Fix inconsistent plans when replacing instances. [GH-19233] * core: Correct handling of unknown values in module outputs during planning and final resolution of them during apply. [GH-19237]