From 8780b9a8f4666a8f035dbf0c0304ab7ebded1287 Mon Sep 17 00:00:00 2001 From: Andrzej Stencel Date: Fri, 8 Nov 2024 11:54:09 +0100 Subject: [PATCH] update changelog entry --- .chloggen/refactor-callback-token.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]