Update CHANGELOG.md

This commit is contained in:
Sander van Harmelen 2018-10-11 12:52:22 +02:00 committed by GitHub
parent 56e6c60f76
commit 62656a6ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -2,9 +2,10 @@
IMPROVEMENTS:
* provisioner/chef: Use user:group chown syntax [GH-18533]
* helper/resource: Add `ParallelTest()` to allow opt-in acceptance testing concurrency with `t.Parallel()` [GH-18688]
* backend/manta: Deprecate the `objectName` attribute in favor of the new `object_name` attribute [GH-18759]
* backend/migrations: Migrate existing non-empty default states when the backend only supports named states [GH-18760]
* helper/resource: Add `ParallelTest()` function to allow opt-in acceptance testing concurrency with `t.Parallel()` [GH-18688]
* provider/terraform: `terraform_remote_state` now accepts complex backend configurations [GH-18759]
* backend/remote: Implement the state.Locker interface to support state locking [GH-18826]
* backend/remote: Add initial support for the apply command [GH-18950]