diff --git a/CHANGELOG.md b/CHANGELOG.md index a75e681..8397d4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -# 1.15.2 (Unreleased) +# 1.16.0 (Unreleased) +* `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)) # 1.15.1 (November 26, 2024)