Skip to content

Commit

Permalink
Mention breaking change in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoikin committed Jul 20, 2023
1 parent a2c1e1e commit 7374a4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ in detail how to use purescript-spec. **You should probably start here.**

* **7.5.1**
* Support for filtering the test tree [#139](https://github.com/purescript-spec/purescript-spec/pull/139)
* **Breaking**: the `Tree` type got a new type parameter, representing node
annotations. Previously nodes were always annotated with `String` (meaning
test/group name), now it's a parameter.
* Integration tests [#138](https://github.com/purescript-spec/purescript-spec/pull/138)
* Better, more honest support for `failFast` [#140](https://github.com/purescript-spec/purescript-spec/pull/140)

Expand Down

0 comments on commit 7374a4c

Please sign in to comment.