Skip to content

Commit

Permalink
v1.16.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Jan 21, 2025
1 parent 1c48de3 commit 51a6901
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.2 (Unreleased)
# 1.16.2 (January 21, 2025)

* `json`: `ImpliedType` now returns an error if a JSON object contains two properties of the same name. As a compatibility concession it allows duplicates whose values have the same implied type, since it was unintentionally possible to combine `ImpliedType` and `Unmarshal` successfully in that case before, but this is not an endorsement of using duplicate property names since that makes the input ambiguous in any case. ([#199](https://github.com/zclconf/go-cty/issues/199))
* `function/stdlib`: `ElementFunc` no longer crashes when asked for a negative index into a tuple. This fixes a miss in the negative index support added back in v1.15.0. ([#200](https://github.com/zclconf/go-cty/pull/200))
Expand Down

0 comments on commit 51a6901

Please sign in to comment.