Skip to content

Commit

Permalink
Update CHANGELOG for 2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bendbennett committed Oct 13, 2022
1 parent bee17ac commit 3827d73
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 2.24.0 (October 13, 2022)

ENHANCEMENTS:
* helper/resource: Added `TestStep` type `RefreshState` field, which enables a step that refreshes state without an explicit apply or configuration changes ([#1070](https://github.com/hashicorp/terraform-plugin-sdk/issues/1070))

BUG FIXES:
* helper/resource: Fixed `TestStep` type `ImportStateVerify` field so that it only matches against resources following a change in behaviour in Terraform 1.3 that imports both resources and their dependent data sources ([#1077](https://github.com/hashicorp/terraform-plugin-sdk/issues/1077))

# 2.23.0 (September 15, 2022)

ENHANCEMENTS:
Expand Down

0 comments on commit 3827d73

Please sign in to comment.