From e359930530d656ae715eca4921efe448e5298574 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 18 Aug 2017 10:00:39 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c444dac81..9ad5743a80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)