From c1fac28a50c9c3cdbbad888b289e2928a790015b Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Mon, 18 May 2020 10:22:38 -0700 Subject: [PATCH] v1.4.1 release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b2fcf17..c7b6d890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.4.1 (Unreleased) +# 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)) * `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))