update CHANGELOG for 0.0.72

This commit is contained in:
Aleix Conchillo Flaqué
2025-06-26 11:30:11 -07:00
parent 01040ddcdd
commit 917394803c
2 changed files with 6 additions and 3 deletions

View File

@@ -647,8 +647,8 @@ class PipelineTask(BasePipelineTask):
if isinstance(frame, StartFrame):
await self._call_event_handler("on_pipeline_started", frame)
# Start heartbeat tasks now that StartFrame has been processed
# Start heartbeat tasks now that StartFrame has been processed
# by all processors in the pipeline
self._maybe_start_heartbeat_tasks()
elif isinstance(frame, EndFrame):