From 6e06defc5f817971ab942989ad06752e13446c9c Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 3 Jan 2025 11:46:54 -0800 Subject: [PATCH] v1.16.0 release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f0fc5..5f5a787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.16.0 (Unreleased) +# 1.16.0 (January 3, 2025) * `convert`: When converting between two different capsule types, will now try to use the "conversion _from_" implementation from the target type if the source type doesn't have a suitable "conversion _to_" implementation. ([#194](https://github.com/zclconf/go-cty/pull/194)) * `convert`: When converting to a map whose element type is an object type with optional attributes, will no longer construct a broken result when a final map is empty. ([#198](https://github.com/zclconf/go-cty/pull/198))