Skip to content

Commit f9ebc90

Browse files
author
Paddy
authored
Update CHANGELOG.md
1 parent f9d5987 commit f9ebc90

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# 2.0.0-rc.2 (Unreleased)
22

3-
ENHANCEMENTS
3+
FEATURES
44

5-
* Convenience methods were added to the `diag` package to simplify common error cases [GH-449]
65
* The test driver was reworked to allow for test coverage, race detection, and debugger support. [GH-471]
76
* 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]
87

@@ -14,6 +13,11 @@ BREAKING CHANGES
1413
* Removed `acctest` package, as it is no longer needed. The calls to `acctest.UseBinaryDriver` can be deleted; they're no longer necessary. [GH-471]
1514
* 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]
1615

16+
ENHANCEMENTS
17+
18+
* Added a `schema.Provider.UserAgent` method to generate a User-Agent string [GH-474]
19+
* Convenience methods were added to the `diag` package to simplify common error cases [GH-449]
20+
1721
BUG FIXES
1822

1923
* Restored `d.Partial` and noted the edgecase it covers and odd Terraform behavior. [GH-472]

0 commit comments

Comments
 (0)