Skip to content

Commit 90ae874

Browse files
committed
add release notes for PR rust-lang#56243
Fixes rust-lang#58907
1 parent e1b8898 commit 90ae874

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASES.md

+3
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,11 @@ Compatibility Notes
110110
methods instead.
111111
- The `Error::cause` method has been deprecated in favor of `Error::source` which supports
112112
downcasting.
113+
- [Libtest no longer creates a new thread for each test when
114+
`--test-threads=1`. It also runs the tests in deterministic order][56243]
113115

114116
[55982]: https://github.com/rust-lang/rust/pull/55982/
117+
[56243]: https://github.com/rust-lang/rust/pull/56243
115118
[56303]: https://github.com/rust-lang/rust/pull/56303/
116119
[56351]: https://github.com/rust-lang/rust/pull/56351/
117120
[56362]: https://github.com/rust-lang/rust/pull/56362

0 commit comments

Comments
 (0)