Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Mar 21, 2023
1 parent c823810 commit 937cd9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .chloggen/ottl-use-stringlikegetter.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement
change_type: breaking

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: pkg/ottl
Expand All @@ -13,4 +13,4 @@ issues: [19782]
# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
subtext: Concat now converts more types to string instead of ignoring them. []byte are now converted to string using `hex.EncodeToString(v)`.

0 comments on commit 937cd9f

Please sign in to comment.