From 28fa9b324fe5053e6388ee441dd0ce3cc18702b0 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 3 Aug 2023 14:22:44 -0400 Subject: [PATCH] - adds changelog entry for indexers type specific --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc372e5783..07767373ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added auto-generation header for class and enums in CSharp [#2886](https://github.com/microsoft/kiota/issues/2886) - Added support for multipart form data request body in CSharp, Go, Java, and TypeScript. [#220](https://github.com/microsoft/kiota/issues/220) - Added support for base64 encoded properties in TypeScript. +- Added support for type specific (non string) indexers parameters. [#2594](https://github.com/microsoft/kiota/issues/2594) ### Changed