From 1348b6911c5e75cb237d6e58168f1dd390666349 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 23 Jan 2024 13:17:47 -0800 Subject: [PATCH] Prepare for possible future v1.14.3 release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4656659..b9fa10b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.14.3 (Unreleased) + + # 1.14.2 (January 23, 2024) * `convert`: Converting from an unknown map value to an object type now correctly handles the situation where the map element type disagrees with an _optional_ attribute of the target type, since when a map value is unknown we don't yet know which keys it has and thus cannot predict what subset of the elements will get converted as attributes in the resulting object. ([#175](https://github.com/zclconf/go-cty/pull/175))