Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2017-12-05 10:19:45 -08:00 committed by GitHub
parent 5c58ef16f7
commit 53e421caad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## 0.11.2 (Unreleased)
IMPROVEMENTS:
* provider/terraform: in `terraform_remote_state`, the argument `environment` is now deprecated in favor of `workspace`. The `environment` argument will be removed in a later Terraform release. [GH-16558]
BUG FIXES:
* provisioner/salt-masterless: now waits for all of the remote operations to complete before returning [GH-16704]