Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fchikwekwe committed Jun 7, 2023
2 parents f29c51e + fbc8843 commit b99ac6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .chloggen/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: 'new_component'
change_type: 'enhancement'

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: 'timeconverter'
component: 'pkg/ottl'

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "allow strings with time and time format to be converted to a golang time object"
note: "Adds new `Time` converter to convert a string to a Golang time struct based on a supplied format"

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [22007]
Expand Down

0 comments on commit b99ac6d

Please sign in to comment.