Skip to content

Commit

Permalink
Minor CHANGELOG cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-biel committed Nov 17, 2023
1 parent e57c21b commit 1ea705c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Drop `proc-macro-error` dependency & improve error messages (#136)

## 3.2.1
### Changes
### Improvements
* Update `syn` dependency to 2.0
* Ensure that `test-case` selects correct version of it's `core` and `macros` subcrates

Expand All @@ -34,7 +34,7 @@

[IMPORTANT] Starting with 3.0 release we are changing `test-case` MSRV policy to support only 3 latest stable releases.

### Changes
### Improvements
* Split out functional parts of `test-case-macros` crate into `test-case-core` for easy reuse by external libraries

## 2.2.2
Expand Down Expand Up @@ -88,14 +88,17 @@
* Deprecation of `allow_result` feature

## V1.2.3
### Fixes
* Fix regression where `panics` and `inconclusive` were not allowed on `test_cases` returning a value
* Fix case where `test_case` would allow to return a type when only single attribute was used

## V1.2.2
### Fixes
* `test-case` no longer allows returning values from tested function without `=>` pattern (thanks to @tarka)
* Behaviour can be reenabled via `allow_result` feature

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

## V1.2.0
Expand Down Expand Up @@ -176,6 +179,7 @@
* Delimiter for test case description is `;` instead of `::`.

Reason: `::` is valid part of expression and rustc treats const variable as path

### New features
* Proper error propagation :tada:
When there is for example a typo in function body, rustc can now show location
Expand Down

0 comments on commit 1ea705c

Please sign in to comment.