From 080b168a2b9f50b76880f4e6fc04bb4bc1f82c93 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 9 Mar 2021 16:35:08 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee5bce2..5d485da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # 1.8.1 (Unreleased) * `convert`: Fix for panics and some general misbehavior when converting null values to type constraints containing objects with optional attributes. ([#88](/~https://github.com/zclconf/go-cty/pull/88)) +* `convert`: Type unification of a mixture of list and tuple types and for a mixture of map and object types will now do the same recursive unification that we previously did for unification of just list types and just map types respectively, to avoid producing a very different and confusing result in situations where callers try to construct collections from a mixture of nested collections and nested structural types. ([#89](/~https://github.com/zclconf/go-cty/pull/89)) # 1.8.0 (February 22, 2020)