Skip to content

Commit

Permalink
Prepare for v1.14.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Jan 23, 2024
1 parent 72902f2 commit 5917c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.14.2 (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 5917c03

Please sign in to comment.