Skip to content

Commit

Permalink
Add release notes v0.46.0 file
Browse files Browse the repository at this point in the history
  • Loading branch information
codebien committed Jun 23, 2023
1 parent 9fdd569 commit fd2dfe6
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions release notes/v0.46.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
k6 `v0.46.0` is here 🎉! This release includes:

- (_optional_) `<highlight of breaking changes>`
- `<Summary of new features>` (_one or multiple bullets_)


## Breaking changes

- `#pr`, `<small_break_1>`
- `#pr`, `<small_break_2>`

### (_optional h3_) `<big_breaking_change>` `#pr`

## New features

_optional intro here_

### `<big_feature_1>` `#pr`

_what, why, and what this means for the user_

### `<big_feature_n>` `#pr`

_what, why, and what this means for the user_

### UX improvements and enhancements

_Format as `<number> <present_verb> <object>. <credit>`_:

- _`#999` Gives terminal output prettier printing. Thanks to `@person` for the help!_
- `#pr` `<description>`
- `#pr` `<description>`

## Bug fixes

_Format as `<number> <present_verb> <object>. <credit>`_:
- _`#111` fixes race condition in runtime_

## Maintenance and internal improvements

_Format as `<number> <present_verb> <object>. <credit>`_:
- _`#2770` Refactors parts of the JS module._

## _Optional_ Roadmap

_Discussion of future plans_

0 comments on commit fd2dfe6

Please sign in to comment.