diff --git a/.autover/changes/durable-parallelasync.json b/.autover/changes/durable-parallelasync.json index a2bd49a37..ffad4e3df 100644 --- a/.autover/changes/durable-parallelasync.json +++ b/.autover/changes/durable-parallelasync.json @@ -4,7 +4,7 @@ "Name": "Amazon.Lambda.DurableExecution", "Type": "Patch", "ChangelogMessages": [ - "Add `ParallelAsync` to `IDurableContext` for running multiple workflow branches concurrently with automatic checkpointing. Supports configurable max concurrency, failure tolerance, and first-successful completion via `ParallelConfig`, returning an `IBatchResult`.", + "Add `ParallelAsync` to `IDurableContext` for running multiple workflow branches concurrently with automatic checkpointing." ] } ]