From ea26053d4c5ec6aaa8637e7a2f9d94698e049193 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Thu, 13 Sep 2018 11:26:48 -0400 Subject: [PATCH] Update CHANGELOG for #18688 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 280fc294be..8f43cfd811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ IMPROVEMENTS: * backend/manta: Deprecate the `objectName` attribute in favor of the new `object_name` attribute [GH-18759] * backend/migrations: Migrate existing non-empty default states when the backend only supports named states [GH-18760] +* helper/resource: Add `ParallelTest()` function to allow opt-in acceptance testing concurrency with `t.Parallel()` [GH-18688] * provider/terraform: `terraform_remote_state` now accepts complex backend configurations [GH-18759] BUG FIXES: