From 541143ddce76513bba6a59523f659fac071f901c Mon Sep 17 00:00:00 2001 From: James Bardin Date: Wed, 12 Dec 2018 15:03:15 -0500 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf3c0390..61c9f78c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,14 @@ IMPROVEMENTS: +* plugins: Plugin RPC connection is now authenticated [GH-19629] * backend/azurerm: Support for authenticating using the Azure CLI [GH-19465] * backend/s3: Support DynamoDB, IAM, and STS endpoint configurations [GH-19571] * core: Enhance service discovery error handling and messaging [GH-19589] BUG FIXES: +* plugins: GRPC plugins shutdown correctly when Close is called [GH-19629] * 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]