From 7d77ce2448e4d9f69644240d314fb0c50f7b74a2 Mon Sep 17 00:00:00 2001 From: Eastman Date: Fri, 24 Nov 2023 10:55:44 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4064eaa882..cee3ff68253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project does NOT adhere to [Semantic Versioning](https://semver.org/spe ## [Unreleased] +- Fixes namespace location for `Constants.cs` (https://github.com/microsoftgraph/msgraph-beta-sdk-dotnet/issues/765) + ## [5.57.0-preview] - 2023-11-22 - Reduces the size of the generated code (https://github.com/microsoft/kiota/issues/3651)