From 7a98490c58a4abfeb075610b689a065aa9e902d8 Mon Sep 17 00:00:00 2001 From: Silas Kenneth Date: Tue, 4 Jun 2024 11:06:47 +0300 Subject: [PATCH] Fix issue link. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad45f52ce8..41b56cd3fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixes a bug where CLI generation doesn't handle parameters of type string array. [#4707](https://github.com/microsoft/kiota/issues/4707) - Fixed a bug where models would not be created when a multipart content schema existed with no encoding [#4734](https://github.com/microsoft/kiota/issues/4734) - Fixes a bug where warnings about discriminator not being inherited were generated [#4761](https://github.com/microsoft/kiota/issues/4761) -- Fix scalar member composed type serialization in PHP [#2827](https://github.com/issues/2827) +- Fix scalar member composed type serialization in PHP [#2827](https://github.com/microsoft/kiota/issues/2827) ## [1.14.0] - 2024-05-02