Skip to content

Commit

Permalink
docs: refine CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit committed Apr 7, 2024
1 parent 479c15c commit 9d8201c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ and this project adheres to
to `bench()` and `baseline()` specifying callbacks to run before and after the
benchmark.
- Add
`{ before: () => void | Promise<void>; after: () => void | Promise<void> }` to
`group()` specifying callbacks to run before and after the group.
`options: { before: () => void | Promise<void>; after: () => void | Promise<void> }`
to `group()` specifying callbacks to run before and after the group.
- Add `iter/s` to report.
- Add package publication GitHub workflow.

Expand Down

0 comments on commit 9d8201c

Please sign in to comment.