Skip to content

Commit 50ce6d3

Browse files
Update CHANGELOG.md
1 parent 1e9442d commit 50ce6d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 1.14.3 (Unreleased)
22

3+
* `msgpack`: Fixed edge-case bug that could cause loss of floating point precision when round-tripping due to incorrectly using a MessagePack integer to represent a large non-integral number. [#176](https://github.com/zclconf/go-cty/pull/176)
4+
* `cty`: Fixed some false-negative numeric equality test results by comparing numbers as integers when possible. [#176](https://github.com/zclconf/go-cty/pull/176)
35

46
# 1.14.2 (January 23, 2024)
57

0 commit comments

Comments
 (0)