Skip to content

Commit

Permalink
Update changelog, publish 2.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-biel committed Dec 19, 2021
1 parent 9e59b4e commit dda163e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 2.0.0 (WIP)
### New features
* `=> with |x: T| assert!(x)` custom inline test assertions
* `=> using path::to::fn` custom fn test assertions
* `ignore` and `inconclusive` can be combined with other keywords (eg.: `=> ignore matches Ok(_)`)

### Improvements
* Code refactoring

### Breaking changes
* Deprecation of `inconclusive` within test description string - it will no longer act like modifier keyword
* Deprecation of `hamcrest2` integration (`it` and `is` are kept, complex assertions now have different syntax)

## V1.2.1
* Disabled clippy warning when test-case was generating `assert_eq(bool, bool)` expression.

Expand Down

0 comments on commit dda163e

Please sign in to comment.