about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorChris Denton <christophersdenton@gmail.com>2022-07-02 08:51:27 +0100
committerChris Denton <christophersdenton@gmail.com>2022-07-02 08:51:59 +0100
commitee3e5182912829ce3f447244161a28dd74f29491 (patch)
tree177cd4be32ff3aa49df3ad4e3ae44099eee3275b /RELEASES.md
parent9a6fa4f118d88991458549464d960aa1e495541b (diff)
downloadrust-ee3e5182912829ce3f447244161a28dd74f29491.tar.gz
rust-ee3e5182912829ce3f447244161a28dd74f29491.zip
Add #95469 to the release notes
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md3
1 files changed, 3 insertions, 0 deletions
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/