From 189f9fa382858028aafb780dfe5f7c50414e3505 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 18 Aug 2020 14:41:07 -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 92a01861fa..da6d6b079d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ ENHANCEMENTS: -* config: `cidrsubnet` and `cidrhost` now support address extensions of more than 32 bits [GH-25517] +* config: `cidrsubnet` and `cidrhost` now support address extensions of more than 32 bits [GH-25517] +* cli: The directories that Terraform searches by default for provider plugins can now be symlinks to directories elsewhere. (This applies only to the top-level directory, not to nested directories inside it.) [GH-25692] * backend/s3: simplified mock handling and assume role testing [GH-25903] * backend/s3: support for appending data to the User-Agent request header with the TF_APPEND_USER_AGENT environment variable [GH-25903]