Skip to content

Commit

Permalink
Adds changelog entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Omondi committed Mar 20, 2024
1 parent f3d1ca4 commit 5bccb1e
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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]((<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 Java would fail to compile for endpoints that return collections.

## [0.7.1] - 2022-11-01
Expand Down Expand Up @@ -1283,8 +1284,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Initial GitHub release





0 comments on commit 5bccb1e

Please sign in to comment.