diff --git a/.chloggen/index_more_types.yaml b/.chloggen/index_more_types.yaml index 3223dc0b5850..6cbaaa1844d6 100644 --- a/.chloggen/index_more_types.yaml +++ b/.chloggen/index_more_types.yaml @@ -7,7 +7,7 @@ change_type: bug_fix component: pkg/ottl # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Allow indexing []int64, []float64, []bool, []byte slices +note: Allow indexing []int64, []float64, []bool, and []byte slices # Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. issues: [29441] @@ -15,7 +15,7 @@ issues: [29441] # (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: It should now be possible to index all slice types # If your change doesn't affect end users or the exported elements of any package, # you should instead start your pull request title with [chore] or use the "Skip Changelog" label.