From 77f0ef9d29a9a2d1972527316c01058302ba3be9 Mon Sep 17 00:00:00 2001 From: silaskenneth Date: Mon, 6 May 2024 11:34:42 +0300 Subject: [PATCH] Update changelog entry. --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d640348a4b..98616c366a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added support for multipart form data request body in PHP. [#3029](https://github.com/microsoft/kiota/issues/3029) +- Added uri-form encoded serialization for PHP. [#2074](https://github.com/microsoft/kiota/issues/2074) + ### Changed - Aligns naming of sliced OpenAPI description generated by `plugin add` should be named `-openapi.json|yml` @@ -18,8 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Added support for multipart form data request body in PHP. [#3029](https://github.com/microsoft/kiota/issues/3029) -- Added uri-form encoded serialization for PHP. [#2074](https://github.com/microsoft/kiota/issues/2074) - Suppress CS1591 when generating CSharp code and documentation is not available - Added file name suffix escaping in Go to avoid generating files with reserved suffixes. [#4407](https://github.com/microsoft/kiota/issues/4407) - Added `KIOTA_OFFLINE_ENABLED` environment variable to disable checking for updates before each command. [#4556](https://github.com/microsoft/kiota/issues/4556)