You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# 2.0.2 (Unreleased)
1
+
# 2.0.2 (September 10, 2020)
2
2
3
3
BUG FIXES
4
4
5
-
* Fixed bug where state is read from the wrong workspace during import tests. [GH-552]
6
-
* Fixed bug where the resource could belong to another provider when finding the resource state to check during import tests [GH-522]
7
-
* Removed excessive logging when ExpectNonEmptyPlan was successfully matched [GH-556]
8
-
* Fixed bug where state from data sources, which can't be imported, would be surfaced during ImportStateVerify [GH-555]
9
-
* Fixed bug that ignored ExpectError when testing state imports [GH-550]
10
-
* Fixed bug that sometimes prevented TestStep numbers from appearing in error output [GH-557]
11
-
* Fixed bug that would ignore `TestStep.Destroy` when running tests. [GH-563]
5
+
* Fixed bug where state is read from the wrong workspace during import tests. ([#552](https://github.com/hashicorp/terraform-plugin-sdk/issues/552))
6
+
* Fixed bug where the resource could belong to another provider when finding the resource state to check during import tests ([#522](https://github.com/hashicorp/terraform-plugin-sdk/issues/522))
7
+
* Removed excessive logging when ExpectNonEmptyPlan was successfully matched ([#556](https://github.com/hashicorp/terraform-plugin-sdk/issues/556))
8
+
* Fixed bug where state from data sources, which can't be imported, would be surfaced during ImportStateVerify ([#555](https://github.com/hashicorp/terraform-plugin-sdk/issues/555))
9
+
* Fixed bug that ignored ExpectError when testing state imports ([#550](https://github.com/hashicorp/terraform-plugin-sdk/issues/550))
10
+
* Fixed bug that sometimes prevented TestStep numbers from appearing in error output ([#557](https://github.com/hashicorp/terraform-plugin-sdk/issues/557))
11
+
* Fixed bug that would ignore `TestStep.Destroy` when running tests. ([#563](https://github.com/hashicorp/terraform-plugin-sdk/issues/563))
0 commit comments