You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Prepare CHANGELOG for a forthcoming 1.4.2 release
* function/stdlib: jsonencode should produce a string representation of null
* Update CHANGELOG.md
* v1.4.2 release
* Update CHANGELOG.md
---------
Co-authored-by: Martin Atkins <[email protected]>
Co-authored-by: Pam Selle <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# 1.4.2 (Unreleased)
2
2
3
+
*`function/stdlib`: The `jsonencode` function will now correctly accept a null as its argument, and produce the JSON representation `"null"` rather than returning an error. ([#54](https://github.com/zclconf/go-cty/pull/54))
3
4
*`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))
0 commit comments