Skip to content

Commit eca1c75

Browse files
committed
Update CHANGELOG.md for removal of json.UnmarshalDynamicWithImpliedType
1 parent 8520a90 commit eca1c75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# 1.4.1 (May 18, 2020)
1+
# 1.4.1 (March 5, 2025)
22

33
* `function/stdlib`: Fix various panics related to sets with unknown element types in the set-manipulation functions. ([#52](https://github.com/zclconf/go-cty/pull/52))
44
* `convert`: Don't panic when asked to convert a tuple of objects to a list type constraint containing a nested `cty.DynamicPseudoType`. ([#53](https://github.com/zclconf/go-cty/pull/53))
5+
* `json`: Remove `json.UnmarshalDynamicWithImpliedType` function that was only available in hashicorp/go-cty 1.4.1 pseudo-versions. ([#6](https://github.com/hashicorp/go-cty/pull/6))
56

67
# 1.4.0 (April 7, 2020)
78

0 commit comments

Comments
 (0)