Skip to content

Commit 9a6fae2

Browse files
author
Paddy
authored
Update CHANGELOG.md
1 parent 46a198e commit 9a6fae2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ ENHANCEMENTS
44

55
* Convenience methods were added to the `diag` package to simplify common error cases [GH-449]
66
* Removed the `helper/mutexkv`, `helper/pathorcontents`, `httpclient`, and `helper/hashcode` packages. These packages can be easily replicated in plugin code if necessary or the v1 versions can be used side-by-side [GH-438]
7+
* The test driver was reworked to allow for test coverage, race detection, and debugger support. [GH-471]
78

89
BREAKING CHANGES
910

1011
* Removed `schema.PanicOnErr/TF_SCHEMA_PANIC_ON_ERR` environment variable. `d.Set()` errors are now logged in production and panic during acceptance tests (`TF_ACC=1`). [GH-462]
12+
* Running provider tests now requires Terraform 0.12.26 or higher. [GH-471]
1113

1214
# 2.0.0-rc.1 (May 05, 2020)
1315

0 commit comments

Comments
 (0)