Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-bradley authored Nov 19, 2024
1 parent 649c515 commit a473473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .chloggen/index_more_types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ 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]

# (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.
Expand Down

0 comments on commit a473473

Please sign in to comment.