Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paddycarver authored Sep 4, 2020
1 parent d6c8d66 commit 676a035
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ FEATURES:

* Backported reattach mode for binary acceptance testing. Set `TF_ACCTEST_REATTACH` to `1` when using binary testing to enable reattach mode, which will allow debugging the provider under test and accurate test coverage results. [GH-527]

ENHANCEMENTS:

* Improved plan output for unexpected diffs when using binary testing [GH-553]

BUG FIXES:

* Fixed a bug with binary testing that would use the wrong state when verifying import state [GH-553]
* Restored TestStep numbers in various outputs for binary testing [GH-553]
* Made resource detection when verifying import state more robust [GH-553]
* Removed excessive logging when using binary acceptance testing [GH-553]
* Fixed a bug that would sometimes bypass ExpectNonEmptyError during binary testing [GH-553]
* Fixed binary testing to respect `TestStep.Destroy` and more accurately mirror the legacy testing behavior [GH-553]

# 1.15.0 (July 08, 2020)

FEATURES:
Expand Down

0 comments on commit 676a035

Please sign in to comment.