Skip to content

Commit

Permalink
v1.16.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Jan 14, 2025
1 parent e41d261 commit b319524
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.16.1 (Unreleased)
# 1.16.1 (January 13, 2025)

* `cty`: `Value.HasElement` now treats unknown set elements consistently with how much of the rest of `cty` treats them.
* `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`.
Expand Down

0 comments on commit b319524

Please sign in to comment.