Skip to content

Commit

Permalink
- adds changelog entry for enum and array query parameter types
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Oct 12, 2023
1 parent b624326 commit 4daac19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added support for enum query parameter types. [#2490](https://github.com/microsoft/kiota/issues/2490)
- Support for primary error message in PHP [#3276](https://github.com/microsoft/kiota/issues/3276)

### Changed

- Fixed query parameters type mapping for arrays. [#3354](https://github.com/microsoft/kiota/issues/3354)
- Fixed bug where base64url types would not be generated properly in Java.
- Fixed bug where symbol name cleanup would not work on forward single quotes characters [#3426](https://github.com/microsoft/kiota/issues/3426).

Expand Down

0 comments on commit 4daac19

Please sign in to comment.