From a716fe2d9068f1faa4ceecf747e4e4dffdfb7323 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Mon, 25 Sep 2017 14:20:50 -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 40e24f240..85ba775fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ IMPROVEMENTS: -* `terraform state rm` now includes in its output the count of resources that were removed from the state. [GH-16137] +* config: New `abs` interpolation function, returning the absolute value of a number [GH-16168] +* cli: `terraform state rm` now includes in its output the count of resources that were removed from the state. [GH-16137] ## 0.10.6 (September 19, 2017)