Add state locking feature to CHANGELOG

This commit is contained in:
James Bardin 2017-02-13 15:15:58 -05:00
parent 1a9869b1af
commit 0d14661e39
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ FEATURES:
no more local caching of remote state, and more. [GH-11286] no more local caching of remote state, and more. [GH-11286]
* **Destroy Provisioners:** Provisioners can now be configured to run * **Destroy Provisioners:** Provisioners can now be configured to run
on resource destruction. [GH-11329] 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: IMPROVEMENTS: