From 0d14661e3922c57b206549381f0e759b79db3763 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Mon, 13 Feb 2017 15:15:58 -0500 Subject: [PATCH] Add state locking feature to CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a91226c..af1904406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ FEATURES: no more local caching of remote state, and more. [GH-11286] * **Destroy Provisioners:** Provisioners can now be configured to run on resource destruction. [GH-11329] + * **State Locking:** State will be autuomatically locked when supported by the backend. + Backends supporting locking in this releae are; Local, S3 (via DynamoDB), Consul. [GH-11187] IMPROVEMENTS: