Skip to content

Commit

Permalink
Update CHANGELOG for 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed May 4, 2022
1 parent e952c37 commit 790d730
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
# 2.15.0 (May 4, 2022)

FEATURES:

* helper/resource: New `TestCheckResourceAttrWith` test helper, that simplifies checking of attribute values via custom functions ([#950](https://github.com/hashicorp/terraform-plugin-sdk/issues/950))

ENHANCEMENTS:

* helper/schema: Propagated `tf_data_source_type`, `tf_req_id`, `tf_resource_type`, and `tf_rpc` fields in log entries ([#955](https://github.com/hashicorp/terraform-plugin-sdk/issues/955))

BUG FIXES:

* helper/resource: Prevented `Unable to create logging subsystem with AdditionalLocationOffset due to missing root logger options` warning logs during acceptance testing ([#955](https://github.com/hashicorp/terraform-plugin-sdk/issues/955))

# 2.14.0 (April 14, 2022)

NOTES:
Expand Down

0 comments on commit 790d730

Please sign in to comment.