From ea1a1a3af5dfed82f95a0fabc5e028cfae25a1a2 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Thu, 13 Dec 2018 15:39:01 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef9ba9796a..b23c7f2853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ BUG FIXES: * connection/winrm: Set the correct default port when HTTPS is used [GH-19540] * plugins: GRPC plugins shutdown correctly when Close is called [GH-19629] +* backend/local: Avoid rendering data sources on destroy [GH-19613] * backend/local: Fix incorrect destroy/update count on apply [GH-19610] * command/format: Fix rendering of nested blocks during update [GH-19611] * command/format: Fix rendering of force-new updates [GH-19609]