Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shemogumbe committed Sep 10, 2024
1 parent 711fdbf commit 625195b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed



## [1.18.1] - 2024-09-10

### Added

- Removes stringify call on python constructor parameters. https://github.com/microsoftgraph/msgraph-sdk-python/issues/165

### Changed

- Fixed a bug where python construcor parameters are beig cast to strings leading to bugs as the types is unkown on graph call.

## [1.18.0] - 2024-09-05

### Added
Expand Down Expand Up @@ -42,6 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed an issue where the generation hint for the workspace experience would be outdated. [#5241](https://github.com/microsoft/kiota/issues/5241)
- Fixes an issue where the GoPathSegmenter would create the same file name for different elements to lead to missing code due to overwriting of the content [#4833](https://github.com/microsoft/kiota/issues/4833)



## [1.17.0] - 2024-08-09

### Added
Expand Down

0 comments on commit 625195b

Please sign in to comment.