diff --git a/.chloggen/refactor-callback-token.yaml b/.chloggen/refactor-callback-token.yaml index a7d36715a111..05755fc7b47c 100644 --- a/.chloggen/refactor-callback-token.yaml +++ b/.chloggen/refactor-callback-token.yaml @@ -7,7 +7,7 @@ change_type: breaking component: pkg/stanza # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Changed signature of `emit.Callback` function in `pkg/stanza/fileconsumer/emit` package by introducing `emit.Token` struct that encapsulates the token's body and attributes. +note: Change signature of `emit.Callback` function in `pkg/stanza/fileconsumer/emit` package to emit multiple tokens. Each token's body and attributes are encapsulated in a new `emit.Token` struct. # Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. issues: [36260]