diff --git a/CHANGELOG.md b/CHANGELOG.md index cf00cbe..6b56238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.14.4 (Unreleased) + + # 1.14.3 (February 29, 2024) * `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)