Skip to content

Commit

Permalink
v1.15.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Jul 15, 2024
1 parent 0cccfb9 commit d4f2633
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.5 (Unreleased)
# 1.15.0 (July 15, 2024)

* `function/stdlib`: The `element` function now accepts negative indices, extending the illusion of an infinitely-long list into the negative direction too.
* `cty`: The various "transform" functions were previously incorrectly propagating marks from a parent object down to attribute values when calling the caller-provided transform functions. The marks will now no longer be propagated downwards, which is consistent with the treatment of collection and tuple elements. If your transform function needs to take into account context about marks of upstream containers then you can maintain a stack of active marks in your `Transformer` implementation, pushing in `Enter` and popping in `Exit`. ([#185](https://github.com/zclconf/go-cty/pull/185))
Expand Down

0 comments on commit d4f2633

Please sign in to comment.