Skip to content

Commit 8e2a4b5

Browse files
Update changelog
1 parent 865883d commit 8e2a4b5

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.changes/0.22.2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 0.22.2 (April 18, 2024)
2+
3+
BUG FIXES:
4+
5+
* tftypes: Large integers are always encoded as msgpack integers rather than float values to ensure the decoded value will not be rounded to 52-bit precision ([#396](https://github.com/hashicorp/terraform-plugin-go/issues/396))
6+

.changes/unreleased/BUG FIXES-20240418-121811.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.22.2 (April 18, 2024)
2+
3+
BUG FIXES:
4+
5+
* tftypes: Large integers are always encoded as msgpack integers rather than float values to ensure the decoded value will not be rounded to 52-bit precision ([#396](https://github.com/hashicorp/terraform-plugin-go/issues/396))
6+
17
## 0.22.1 (March 11, 2024)
28

39
NOTES:

0 commit comments

Comments
 (0)