From 50ce6d3544a103fe4b8eea922f3ab5780b4a285b Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 30 Jan 2024 15:02:35 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9fa10b..b50b00f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # 1.14.3 (Unreleased) +* `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) +* `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) # 1.14.2 (January 23, 2024)