From 9655f94a1cf23524e5841a3cba121e6f6a3d5a91 Mon Sep 17 00:00:00 2001 From: Paddy Date: Fri, 28 Aug 2020 01:20:43 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d8881269..1b8dbfed9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ BUG FIXES * Fixed bug where the resource could belong to another provider when finding the resource state to check during import tests [GH-522] * Removed excessive logging when ExpectNonEmptyPlan was successfully matched [GH-556] * Fixed bug where state from data sources, which can't be imported, would be surfaced during ImportStateVerify [GH-555] -* Fixed bug that ignored ExpectError when during ImportStateVerify [GH-550] +* Fixed bug that ignored ExpectError when testing state imports [GH-550] # 2.0.1 (August 10, 2020)