From a0429a179c1e91ea62aad1c275ef304d9b437b69 Mon Sep 17 00:00:00 2001 From: Sumudu Nissanka Date: Thu, 28 Nov 2024 16:08:38 +0530 Subject: [PATCH] Update changelog.md --- changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0e8cda641..49bcd958f 100644 --- a/changelog.md +++ b/changelog.md @@ -14,8 +14,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - [Improve `@http:Query` annotation to overwrite the query parameter name in service](https://github.com/ballerina-platform/ballerina-library/issues/7006) - [Add header name mapping support in record fields](https://github.com/ballerina-platform/ballerina-library/issues/7018) - [Introduce util functions to convert query and header record with the `http:Query` and the `http:Header` annotations](https://github.com/ballerina-platform/ballerina-library/issues/7019) -- [Migrate client and service data binding lang utils usage into data.jsondata module utils `toJson` and `parserAsType`] (https://github.com/ballerina-platform/ballerina-library/issues/6747) +- [Migrate client and service data binding lang utils usage into data.jsondata module utils `toJson` and `parserAsType`](https://github.com/ballerina-platform/ballerina-library/issues/6747) - [Add static code rules](https://github.com/ballerina-platform/ballerina-library/issues/7283) +- [Add relax data binding support for service and client data binding](https://github.com/ballerina-platform/ballerina-library/issues/7366) ### Fixed