Skip to content

Commit

Permalink
Merge pull request #2231 from ballerina-platform/lnash94-patch-1
Browse files Browse the repository at this point in the history
Update changelog.md with relax data binding support
  • Loading branch information
TharmiganK authored Dec 2, 2024
2 parents 6585cc5 + a0429a1 commit c3b2e55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c3b2e55

Please sign in to comment.