Skip to content

Commit aab3dc3

Browse files
author
Paddy
authored
Update CHANGELOG.md
1 parent 4f3a075 commit aab3dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
ENHANCEMENTS
44

55
* Convenience methods were added to the `diag` package to simplify common error cases [GH-449]
6-
* 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]
76
* The test driver was reworked to allow for test coverage, race detection, and debugger support. [GH-471]
87
* A new `plugin.Debug` function allows starting the provider in a standalone mode that's compatible with debuggers, and outputs information on how to drive the standalone provider with Terraform. [GH-471]
98

109
BREAKING CHANGES
1110

11+
* 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]
1212
* 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]
1313
* Running provider tests now requires Terraform 0.12.26 or higher. [GH-471]
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]

0 commit comments

Comments
 (0)