Fix typo in CHANGELOG.md

This commit is contained in:
Philippe Muller 2017-02-24 16:46:23 +08:00 committed by Martin Atkins
parent 82914b5e44
commit 49cca8da42
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ FEATURES:
no more local caching of remote state, and more. ([#11286](https://github.com/hashicorp/terraform/issues/11286))
* **Destroy Provisioners:** Provisioners can now be configured to run
on resource destruction. ([#11329](https://github.com/hashicorp/terraform/issues/11329))
* **State Locking:** State will be autuomatically locked when supported by the backend.
* **State Locking:** State will be automatically locked when supported by the backend.
Backends supporting locking in this release are Local, S3 (via DynamoDB), and Consul. ([#11187](https://github.com/hashicorp/terraform/issues/11187))
IMPROVEMENTS: