Skip to content

Commit

Permalink
Cleanup release notes formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maargenton committed Nov 12, 2024
1 parent 1ad9952 commit 761b299
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,17 @@

## Code changes

- Update CI, bump go min version to 1.19
([#23](https://github.com/maargenton/go-testpredicate/pull/23))
- Fix CI on Windows runners
([#24](https://github.com/maargenton/go-testpredicate/pull/24))
- Add support for `t.With(...)` in BDD-style test structure
([#25](https://github.com/maargenton/go-testpredicate/pull/25))
- Relax implementation of `.IsNotNil()` to return true for any value of a
non-nillable type
([#26](https://github.com/maargenton/go-testpredicate/pull/26))
- Make `.IsError(...)` more flexible
([#27](https://github.com/maargenton/go-testpredicate/pull/27))
- Update CI, bump go min version to 1.19 ([#23](https://github.com/maargenton/go-testpredicate/pull/23))
- Fix CI on Windows runners ([#24](https://github.com/maargenton/go-testpredicate/pull/24))
- Add support for `t.With(...)` in BDD-style test structure ([#25](https://github.com/maargenton/go-testpredicate/pull/25))
- Relax implementation of `.IsNotNil()` to return true for any value of a non-nillable type ([#26](https://github.com/maargenton/go-testpredicate/pull/26))
- Make `.IsError(...)` more flexible ([#27](https://github.com/maargenton/go-testpredicate/pull/27))

## Related issues

- BDD style given-when-then could benefit from a "with" clause
([#22](https://github.com/maargenton/go-testpredicate/issues/22))
- `IsNotNil()` predicate is too strict
([#20](https://github.com/maargenton/go-testpredicate/issues/20))
- `.IsError(...)` predicate could be more flexible
([#21](https://github.com/maargenton/go-testpredicate/issues/21))
- BDD style given-when-then could benefit from a "with" clause ([#22](https://github.com/maargenton/go-testpredicate/issues/22))
- `IsNotNil()` predicate is too strict ([#20](https://github.com/maargenton/go-testpredicate/issues/20))
- `.IsError(...)` predicate could be more flexible ([#21](https://github.com/maargenton/go-testpredicate/issues/21))


# v1.3.0
Expand Down

0 comments on commit 761b299

Please sign in to comment.