Skip to content

Commit

Permalink
Merge pull request #2 from hvuhsg/update-changelog
Browse files Browse the repository at this point in the history
update
  • Loading branch information
hvuhsg authored May 6, 2024
2 parents 54f8f55 + 59152ab commit 3443e7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed RPC server to respect the `KIOTA_CONFIG_PREVIEW` flag.
- Fixed handling of nested arrays to be handled as `UntypedNode` instances [#4549](https://github.com/microsoft/kiota/issues/4549)
- Fixed `InvalidOperationException` thrown when serializing IBacked models with no changes present in the additional data in dotnet [microsoftgraph/msgraph-sdk-dotnet#2471](https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2471).
- Updated conversion to snake case to deal with strigns with multiple uppercase letters in a row for example "imageURL" will be converted to "image_url" and not "image_u_r_l"

## [1.14.0] - 2024-05-02

Expand Down

0 comments on commit 3443e7c

Please sign in to comment.