From e7fd446f740b62b05e3c69ba018bfbee7f1c0ffa Mon Sep 17 00:00:00 2001 From: Sander van Harmelen Date: Tue, 20 Nov 2018 21:17:48 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42cf4d25d2..11208ce265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ BACKWARDS INCOMPATIBILITIES / NOTES: 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] * plugin/discovery: Use signing keys from the Terraform Registry when downloading providers. [GH-19389]