Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2017-08-18 10:00:39 -07:00 committed by GitHub
parent 28b5708fef
commit e359930530
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ NEW FEATURES:
IMPROVEMENTS:
* The "creation complete" (and similar) messages from `terraform apply` now include a total elapsed time for each operation. [GH-15548]
* cli: The "creation complete" (and similar) messages from `terraform apply` now include a total elapsed time for each operation. [GH-15548]
* config: The `jsonencode` interpolation function now accepts nested list and map structures, where before it would accept only strings, lists of strings, and maps of strings. [GH-14884]
## 0.10.2 (August 16, 2017)