From 5963ea6f26f59e944ddb8258d35ef81bf459daed Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 16 Jun 2017 15:07:01 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d9313e87..757150986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,9 @@ BACKWARDS INCOMPATIBILITIES / NOTES: IMPROVEMENTS: * Providers no longer in the main Terraform distribution; installed automatically by init instead [GH-15208] -* `terraform env` command renamed to `terraform workspace` [GH-14952] -* `terraform init` command now has `-upgrade` option to download the latest versions (within specified constraints) of modules and provider plugins. +* cli: `terraform env` command renamed to `terraform workspace` [GH-14952] +* cli: `terraform init` command now has `-upgrade` option to download the latest versions (within specified constraints) of modules and provider plugins. +* config: New interpolation function `contains`, to find if a given string exists in a list of strings. [GH-15322] BUG FIXES: