From 5fb4c9a2cb02640d89e641b62b15f2209c335d33 Mon Sep 17 00:00:00 2001 From: Shem Ogumbe Date: Tue, 22 Oct 2024 18:06:44 +0300 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Andrew Omondi --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98e73d39dc..d0a7960fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed --Fixed python generation client serailization failure str being quoted as "str" +- Fixed python generation client serailization failure str being quoted as "str" --Fixed Issue with primitive values being stringified in python python. [#5417](https://github.com/microsoft/kiota/issues/5417) - Fixed an issue where multipart request content would be ignored if other unstructured content was present in the description. [#5638](https://github.com/microsoft/kiota/issues/5638)