From 7b3e2a7e824753d907b555078e48932d9f3a61fc Mon Sep 17 00:00:00 2001 From: Evan Mattson <35585003+moonbox3@users.noreply.github.com> Date: Wed, 5 Nov 2025 08:20:13 +0900 Subject: [PATCH] Update changelog with a new PR that went in (#1912) --- python/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index c86947b527..3ccd587c09 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Ensure agent thread is part of checkpoint ([#1756](https://github.com/microsoft/agent-framework/pull/1756)) - Fix middleware and cleanup confusing function ([#1865](https://github.com/microsoft/agent-framework/pull/1865)) - Fix type compatibility check ([#1753](https://github.com/microsoft/agent-framework/pull/1753)) +- Fix mcp tool cloning for handoff pattern ([#1883](https://github.com/microsoft/agent-framework/pull/1883)) ## [1.0.0b251028] - 2025-10-28