From 306a4cf9de35868f08d40417653989d94a2c545b Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 19 Jan 2024 10:05:50 -0500 Subject: [PATCH] - adds changelog entry for typescript proxy generation --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66b16e5896..fd9ae1f14e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Fixed a bug where scalar error mappings would be generated even though it's not supported by the http request adapter. [#4018](https://github.com/microsoft/kiota/issues/4018) +- Switched to proxy generation for TypeScript, leading to about ~44% bundle sizes reduction. [#3642](https://github.com/microsoft/kiota/issues/3642) ## [1.10.1] - 2024-01-12