Skip to content

Commit 435733b

Browse files
authored
Rollup merge of rust-lang#98805 - ChrisDenton:rel-notes, r=Dylan-DPC
Add rust-lang#95469 to the release notes rust-lang#95469 may break programs using async file handles so it should've been noted in compatibility notes (sorry).
2 parents 283430d + ee3e518 commit 435733b

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
@@ -78,6 +78,8 @@ Compatibility Notes
7878
- [rustdoc: doctests are now run on unexported `macro_rules!` macros, matching other private items][96630]
7979
- [rustdoc: Remove .woff font files][96279]
8080
- [Enforce Copy bounds for repeat elements while considering lifetimes][95819]
81+
- [Windows: Fix potentinal unsoundness by aborting if `File` reads or writes cannot
82+
complete synchronously][95469].
8183

8284
Internal Changes
8385
----------------
@@ -99,6 +101,7 @@ and related tools.
99101
[95372]: https://github.com/rust-lang/rust/pull/95372/
100102
[95380]: https://github.com/rust-lang/rust/pull/95380/
101103
[95431]: https://github.com/rust-lang/rust/pull/95431/
104+
[95469]: https://github.com/rust-lang/rust/pull/95469/
102105
[95705]: https://github.com/rust-lang/rust/pull/95705/
103106
[95801]: https://github.com/rust-lang/rust/pull/95801/
104107
[95819]: https://github.com/rust-lang/rust/pull/95819/

0 commit comments

Comments
 (0)