Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsessanchez committed Oct 20, 2023
1 parent b961009 commit c12364a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Fixed bug in java where underscores were removed from property names, setters and getters, but not paths in java. Underscores are now maintained throughout to preserve consistency with dotnet.
- Fixed bug in java where underscores were removed from property names, setters and getters, but not paths. Underscores are now maintained throughout to preserve consistency with dotnet.
- Fixed missing imports for method parameters that are query parameters.
- Fixed query parameters type mapping for arrays. [#3354](https://github.com/microsoft/kiota/issues/3354)
- Fixed bug where base64url and decimal types would not be generated properly in Java.
Expand Down

0 comments on commit c12364a

Please sign in to comment.