Skip to content

Commit

Permalink
Update CHANGELOG for 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Mar 17, 2022
1 parent ef9d2e2 commit 0c05699
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 2.12.0 (March 17, 2022)

ENHANCEMENTS:

* helper/resource: Support JSON in `TestStep` type `Config` field ([#722](https://github.com/hashicorp/terraform-plugin-sdk/issues/722))

BUG FIXES:

* customdiff: Prevented unexpected non-existent key errors in `ComputedIf`, `ForceNewIf`, and `ForceNewIfChange` since 2.11.0, using a warning log for backwards compatibility instead ([#909](https://github.com/hashicorp/terraform-plugin-sdk/issues/909))

# 2.11.0 (March 11, 2022)

NOTES:
Expand Down

0 comments on commit 0c05699

Please sign in to comment.