Skip to content

Commit 8f3514e

Browse files
committed
Update CHANGELOG for 0.14.2
1 parent 0488e08 commit 8f3514e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.14.2 (November 22, 2022)
2+
3+
BUG FIXES:
4+
5+
* tfprotov5: Allow diagnostic messages with incorrect UTF-8 encoding to pass through with the invalid sequences replaced with the Unicode Replacement Character. This avoids returning the unhelpful message "string field contains invalid UTF-8" in that case. ([#237](https://github.com/hashicorp/terraform-plugin-go/issues/237))
6+
* tfprotov6: Allow diagnostic messages with incorrect UTF-8 encoding to pass through with the invalid sequences replaced with the Unicode Replacement Character. This avoids returning the unhelpful message "string field contains invalid UTF-8" in that case. ([#237](https://github.com/hashicorp/terraform-plugin-go/issues/237))
7+
18
# 0.14.1 (November 8, 2022)
29

310
NOTES:

0 commit comments

Comments
 (0)