Skip to content

Commit

Permalink
readme: use checks for bullet points (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig authored Mar 20, 2023
1 parent 346038a commit b4a8025
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ There are four key packages,

### Changes

:crown: v0.6.0 adds support for custom `cmp.Option` values
:ballot_box_with_check: v0.6.0 adds support for custom `cmp.Option` values

- Adds ability to customize cmp.Equal behavior via cmp.Option arguments
- Adds assertions for existence of single map key
- Fixes some error outputs

:rocket: v0.5.0 contains new packages `wait` and `portal`
:ballot_box_with_check: v0.5.0 contains new packages `wait` and `portal`

- Package for waiting on conditionals
- Package for allocating free ports
- Additional Map assertions
- Additional `Not*` assertion variants

:warning: v0.4.0 contains breaking changes
:ballot_box_with_check: v0.4.0 contains breaking changes

- Slice functions are renamed to be more consistent and to make room for interface based variants.
- Filesystem assertions now use OS by default, FS interface methods are renamed.
Expand Down

0 comments on commit b4a8025

Please sign in to comment.