Skip to content

Commit

Permalink
Prepare for potential future 1.13.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Aug 24, 2023
1 parent 2893b67 commit ad716e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.13.4 (Unreleased)


# 1.13.3 (August 24, 2023)

* `msgpack`: As a compromise to avoid unbounded memory usage for a situation that some callers won't take advantage of anyway, the MessagePack decoder has a maximum length limit on encoded unknown value refinements. For consistency, the encoder will now truncate string prefix refinements if necessary to avoid making the encoded refinements too long. ([#167](https://github.com/zclconf/go-cty/pull/167))
Expand Down

0 comments on commit ad716e1

Please sign in to comment.