From 5bccb1e188da6518c135690aacd18d9a88ad9f3e Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Wed, 20 Mar 2024 16:18:13 +0300 Subject: [PATCH] Adds changelog entry. --- CHANGELOG.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 204b88679d..a1b014ed9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added a warning message in the CLI when using preview languages. [#4316](https://github.com/microsoft/kiota/issues/4316) +- Added support for handling untyped Json content in C#,Golang, TypeScript and Java[#2319](https://github.com/microsoft/kiota/issues/2319) ### Changed @@ -642,9 +643,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed a bug where path parameters would be missing if no operation was present at the segment the parameter is defined. [#1940](https://github.com/microsoft/kiota/issues/1940) - Fixed a bug where nested classes with long names caused compilation errors for java generated libraries. [#1949](https://github.com/microsoft/kiota/issues/1949) - Removed use of anonymous classes in java generated libraries to reduce the number of java classes created at compilation time. [#1980](https://github.com/microsoft/kiota/pull/1980) -- Fixed a bug where generation would result in wrong indentation in some classes for Python [#1996]((https://github.com/microsoft/kiota/issues/1996). -- Fixed a bug where error class modules were hardcoded for Python [#1999]((https://github.com/microsoft/kiota/issues/1999) -- Fixed a bug where generation would sometimes result in wrong original names for query parameters in Python [#2000]((https://github.com/microsoft/kiota/issues/2000). +- Fixed a bug where generation would result in wrong indentation in some classes for Python [#1996]((). +- Fixed a bug where error class modules were hardcoded for Python [#1999](() +- Fixed a bug where generation would sometimes result in wrong original names for query parameters in Python [#2000]((). - Fixed a bug where Java would fail to compile for endpoints that return collections. ## [0.7.1] - 2022-11-01 @@ -1283,8 +1284,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial GitHub release - - - - -