Skip to content

Commit ac44fb1

Browse files
committed
s/panics/errors
1 parent 718bbc6 commit ac44fb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changes/1.15.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 1.15.0 (May 16, 2025)
22

33
ATTENTION:
4-
Please make sure to also update `terraform-plugin-(go|mux|sdk|testing)` when upgrading to this version. Otherwise there will be panics at runtime when using Terraform v1.12+ as this version of Plugin Framework supports the new resource identity feature and requires the supporting libraries to do so to.
4+
Please make sure to also update `terraform-plugin-(go|mux|sdk|testing)` when upgrading to this version. Otherwise there will be errors at runtime when using Terraform v1.12+ as this version of Plugin Framework supports the new resource identity feature and requires the supporting libraries to do so to.
55

66
Find [#1148](https://github.com/hashicorp/terraform-plugin-framework/issues/1148) for more information.
77

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ BUG FIXES:
3636
## 1.15.0 (May 16, 2025)
3737

3838
ATTENTION:
39-
Please make sure to also update `terraform-plugin-(go|mux|sdk|testing)` when upgrading to this version. Otherwise there will be panics at runtime when using Terraform v1.12+ as this version of Plugin Framework supports the new resource identity feature and requires the supporting libraries to do so to.
39+
Please make sure to also update `terraform-plugin-(go|mux|sdk|testing)` when upgrading to this version. Otherwise there will be errors at runtime when using Terraform v1.12+ as this version of Plugin Framework supports the new resource identity feature and requires the supporting libraries to do so to.
4040

4141
Find [#1148](https://github.com/hashicorp/terraform-plugin-framework/issues/1148) for more information.
4242

0 commit comments

Comments
 (0)