From f8976d3f1ab4e8bea977b1fddee6392beccbc9c9 Mon Sep 17 00:00:00 2001 From: Shyju Krishnankutty Date: Thu, 16 Apr 2026 20:45:47 -0700 Subject: [PATCH] update changelog. --- .../src/Microsoft.Agents.AI.Hosting.AzureFunctions/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/src/Microsoft.Agents.AI.Hosting.AzureFunctions/CHANGELOG.md b/dotnet/src/Microsoft.Agents.AI.Hosting.AzureFunctions/CHANGELOG.md index 24b02ca7a5..f8f59c89d1 100644 --- a/dotnet/src/Microsoft.Agents.AI.Hosting.AzureFunctions/CHANGELOG.md +++ b/dotnet/src/Microsoft.Agents.AI.Hosting.AzureFunctions/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -- Added `x-ms-wait-for-response` header support for workflow HTTP triggers to optionally wait for completion and return the result +- Support returning workflow results from HTTP trigger endpoint ([#5321](https://github.com/microsoft/agent-framework/pull/5321)) - Added MCP tool trigger support for durable workflows ([#4768](https://github.com/microsoft/agent-framework/pull/4768)) - Added Azure Functions hosting support for durable workflows ([#4436](https://github.com/microsoft/agent-framework/pull/4436))