Skip to content

Commit

Permalink
Prepare for possible future v1.14.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Jan 23, 2024
1 parent 5917c03 commit 1348b69
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.14.3 (Unreleased)


# 1.14.2 (January 23, 2024)

* `convert`: Converting from an unknown map value to an object type now correctly handles the situation where the map element type disagrees with an _optional_ attribute of the target type, since when a map value is unknown we don't yet know which keys it has and thus cannot predict what subset of the elements will get converted as attributes in the resulting object. ([#175](https://github.com/zclconf/go-cty/pull/175))
Expand Down

0 comments on commit 1348b69

Please sign in to comment.