From 787485b956c18c0e1d5a95140d38a99c517b2a9f Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Fri, 22 Sep 2023 08:05:17 -0400 Subject: [PATCH] - adds a changelog entry for python tracing --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2732e6fce3..982b48ab79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added support for tracing in Python. [#1872](https://github.com/microsoft/kiota/issues/1872) - Added auto-generated comment for TypeScript generation. [#3244](https://github.com/microsoft/kiota/issues/3244) ### Changed