Skip to content

Commit cb80865

Browse files
authored
Merge pull request #274 from RalfJung/changelog
Clarify changelog regarding only-bitwidth
2 parents 29c61dc + 257f25c commit cb80865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5454
* default comment symbols for `Config::cargo` changed to `#`
5555
* Ctrl+C now prints the summary of the tests that were run before Ctrl+C is pressed
5656
* `//@only-target` and `//@only-host` are now separated from the triple substring by a `:` instead of a `-` and accepts multiple (space separated) filters where just one of them needs to match
57-
* `//@only-64bit` is now `//@only-bitwidth: 64 16` to filter for 64 and 16 bit but not include 32 bit.
57+
* `//@only-64bit` is now `//@only-bitwidth: 64`. You can use `//@only-bitwidth: 64 16` to enable the test for 64 and 16 bit but not for 32 bit.
5858

5959
### Removed
6060

0 commit comments

Comments
 (0)