X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=RELEASES.md;h=8154eab20599aa43e9a39eced4ef3e9480a50a9f;hb=980579a5e9f5fcad63ef71f536efec15ccd56511;hp=ea6ae46b0edb7b5c3b3daaf7a93ff4a8f9f304bd;hpb=c0cf363ca17070540fbbb6bd1b47f75861a0cdb0;p=rust.git diff --git a/RELEASES.md b/RELEASES.md index ea6ae46b0ed..8154eab2059 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -78,6 +78,8 @@ Compatibility Notes - [rustdoc: doctests are now run on unexported `macro_rules!` macros, matching other private items][96630] - [rustdoc: Remove .woff font files][96279] - [Enforce Copy bounds for repeat elements while considering lifetimes][95819] +- [Windows: Fix potentinal unsoundness by aborting if `File` reads or writes cannot + complete synchronously][95469]. Internal Changes ---------------- @@ -99,6 +101,7 @@ and related tools. [95372]: https://github.com/rust-lang/rust/pull/95372/ [95380]: https://github.com/rust-lang/rust/pull/95380/ [95431]: https://github.com/rust-lang/rust/pull/95431/ +[95469]: https://github.com/rust-lang/rust/pull/95469/ [95705]: https://github.com/rust-lang/rust/pull/95705/ [95801]: https://github.com/rust-lang/rust/pull/95801/ [95819]: https://github.com/rust-lang/rust/pull/95819/