From e4e179713c4787a2b3837353fde2c1fe38bebe22 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 29 May 2020 09:40:57 -0700 Subject: [PATCH] v1.4.2 release --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d78747..3767291f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ -# 1.4.2 (Unreleased) +# 1.4.2 (May 29, 2020) * `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)) - # 1.4.1 (May 18, 2020) * `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))