Skip to content
/ go-cty Public

Commit b319524

Browse files
v1.16.1 release
1 parent e41d261 commit b319524

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.16.1 (Unreleased)
1+
# 1.16.1 (January 13, 2025)
22

33
* `cty`: `Value.HasElement` now treats unknown set elements consistently with how much of the rest of `cty` treats them.
44
* `function/stdlib`: `FormatFunc` and `FormatListFunc` now handle unknown and null values of unknown type as arguments, rather than letting the function system's short-circuit behavior take care of it. This allows `cty.DynamicVal` and `cty.NullVal(cty.DynamicPseudoType)` to be treated consistently with other values, returning results consistent with the documented behavior, rather than forcing the function to immediately return `cty.DynamicVal`.

0 commit comments

Comments
 (0)