Skip to content

Commit 4f3a075

Browse files
authored
Update CHANGELOG.md
1 parent c31bf17 commit 4f3a075

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ BREAKING CHANGES
1414
* Removed `acctest` package, as it is no longer needed. The calls to `acctest.UseBinaryDriver` can be deleted; they're no longer necessary. [GH-471]
1515
* The `resource.TestCase.Providers` and `resource.TestCaseProviderFactories` maps must now have exactly one entry set between both of them, meaning one or the other should be used. Only the provider under test should be present in these maps. Providers that tests rely upon can be used by setting provider blocks in the test case, where `terraform init` will pick them up automatically. [GH-471]
1616

17+
BUG FIXES
18+
19+
* Restored `d.Partial` and noted the edgecase it covers and odd Terraform behavior. [GH-472]
20+
1721
# 2.0.0-rc.1 (May 05, 2020)
1822

1923
BREAKING CHANGES

0 commit comments

Comments
 (0)