From c12364a8d860749ef9bdce91d607176a3d70728f Mon Sep 17 00:00:00 2001 From: ramsessanchez <63934382+ramsessanchez@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:13:11 -0700 Subject: [PATCH] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d835b5e30..c98ba4d355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.