From a6a36839690b78df0a039c2621a6973d541e58a9 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 11 Oct 2023 11:01:47 -0400 Subject: [PATCH] - adds changelog entry for multiple content types --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07ee108dd4..713f3aa2c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Support for primary error message in PHP [#3276](https://github.com/microsoft/kiota/issues/3276) +- Added support for multiple content type request bodies. [#3377](https://github.com/microsoft/kiota/issues/3377) +- Added support for multiple content type responses. [#3377](https://github.com/microsoft/kiota/issues/3377) ### Changed - Fixed bug where base64url types would not be generated properly in Java. +- The structured content type generation parameter now supports prioritization with `q=value` syntax. [#3377](https://github.com/microsoft/kiota/issues/3377) ## [1.7.0] - 2023-10-05