From cea39c33a786c523e60a20c3c379e3d44aac4ef9 Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Wed, 11 Dec 2024 19:39:09 +0530 Subject: [PATCH] update the change logs --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index cede5140..5f2ee217 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed +- [Add support for xsi:nil Attribute in xml to json/record conversion](https://github.com/ballerina-platform/ballerina-library/issues/7462) + +## [2.6.2] - 2023-08-17 + ### Fixed [Fix the mismatch error by `fromXml` API while the field has the name annotation](https://github.com/ballerina-platform/ballerina-standard-library/issues/3802) [Make some of the Java classes proper utility classes](https://github.com/ballerina-platform/ballerina-standard-library/issues/4902)