From bccfcbd4bfcf4daeb37d1f7de3a9ef5e8407ede4 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 28 Oct 2016 19:32:19 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aae5e31a06..363477825e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,10 @@ FEATURES: * **New DataSource:** `aws_prefix_list` [GH-9566] * **New DataSource:** `aws_security_group` [GH-9604] * **New DataSource:** `azurerm_client_config` [GH-9478] + * **New Interpolation Function:** `ceil` [GH-9692] + * **New Interpolation Function:** `floor` [GH-9692] + * **New Interpolation Function:** `min` [GH-9692] + * **New Interpolation Function:** `max` [GH-9692] * **New Interpolation Function:** `title` [GH-9087] * **New Interpolation Function:** `zipmap` [GH-9627]