From 5e2af5ddff8021fb79a051cdd4e74633b3471dec Mon Sep 17 00:00:00 2001 From: Sander van Harmelen Date: Tue, 20 Nov 2018 22:51:57 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11208ce265..50870e890d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ IMPROVEMENTS: * command/state: Update and enable the `state show` command [GH-19200] * command/state: Lock the state when pushing a new state using `state push` [GH-19411] * backend/remote: Implement the remote enhanced backend [GH-19299] +* backend/remote: Support remote state only usage by dynamically falling back the local backend [GH-19378] * plugin/discovery: Use signing keys from the Terraform Registry when downloading providers. [GH-19389] BUG FIXES: