From d13242eaa1b5f29b414409cb57c6ab67f1fb4a62 Mon Sep 17 00:00:00 2001 From: Ronald K <43806892+rkodev@users.noreply.github.com> Date: Thu, 29 Aug 2024 19:33:29 +0300 Subject: [PATCH] fix: changelog entry for typescript composed types (#5269) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 074cf05ad2..65a2451ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added the ability to export the CodeDom to a file showing the public APIs to be generated in a given language [#4627](https://github.com/microsoft/kiota/issues/4627) +- Added composed type serialization in Typescript [2462](https://github.com/microsoft/kiota/issues/2462) ### Changed