From a4d182f4e55e90765c12f182e4b14549df10adc1 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 16 Aug 2017 14:45:34 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7abf21308..5c444dac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ NEW FEATURES: * **`flatten` interpolation function**: turns a list of lists, or list of lists of lists, etc into a flat list of primitive values [GH-15278] +IMPROVEMENTS: + +* The "creation complete" (and similar) messages from `terraform apply` now include a total elapsed time for each operation. [GH-15548] + ## 0.10.2 (August 16, 2017) BUG FIXES: