From 2d50dbbc5187b18877f4c22b58e90abd13d24343 Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Mon, 3 Feb 2025 13:02:37 +0100 Subject: [PATCH] AgentBuilder, not Agent --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ebde53..c6f61e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased * Updated the serialization of `WasmMemoryPersistence`. -* `Agent::with_background_dynamic_routing` is no longer `async`. +* `AgentBuilder::with_background_dynamic_routing` is no longer `async`. ## [0.39.3] - 2025-01-21