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