From 4138dde32cfbecf66438034fa2f97f7fdb91252b Mon Sep 17 00:00:00 2001 From: Nadeeshan96 Date: Thu, 18 May 2023 17:54:29 +0530 Subject: [PATCH] Update changelog.md --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index 53ad63c..e215dae 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - [Introduce `@constriant:Date` to validate date structures](https://github.com/ballerina-platform/ballerina-standard-library/issues/3960) - [Allow constraints on subtypes](https://github.com/ballerina-platform/ballerina-standard-library/issues/4349) +### Changed +- [Use ValueUtils.convert API instead of CloneWithType method](https://github.com/ballerina-platform/ballerina-standard-library/issues/3933) + ## [1.1.0] - 2023-02-20 ### Fixed