Skip to content

Commit 790d730

Browse files
committed
Update CHANGELOG for 2.15.0
1 parent e952c37 commit 790d730

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 2.15.0 (May 4, 2022)
2+
3+
FEATURES:
4+
5+
* 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))
6+
7+
ENHANCEMENTS:
8+
9+
* 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))
10+
11+
BUG FIXES:
12+
13+
* 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))
14+
115
# 2.14.0 (April 14, 2022)
216

317
NOTES:

0 commit comments

Comments
 (0)