From a11e513a56dfeb0634fe876018a887d76a882ff8 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 4 May 2021 13:26:21 -0700 Subject: [PATCH] v1.8.3 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d7d0f2..d1b92ac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.8.3 (Unreleased) +# 1.8.3 (May 4, 2021) * `function/stdlib`: Fix a panic in `SetproductFunc` in situations where one of the input collections is empty. ([#103](https://github.com/zclconf/go-cty/pull/103)) * `function/stdlib`: Improvements to `ElementFunc`, `ReverseListFunc`, and `SliceFunc` to handle marked values more precisely (individual element vs. whole-collection marks). ([#101](https://github.com/zclconf/go-cty/pull/101))