From a473473922446e5e1b807796ce243ee3d28d31ee Mon Sep 17 00:00:00 2001 From: Evan Bradley <11745660+evan-bradley@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:54:33 -0500 Subject: [PATCH] Apply suggestions from code review --- .chloggen/index_more_types.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.