Skip to content

Commit

Permalink
Rollup merge of rust-lang#98805 - ChrisDenton:rel-notes, r=Dylan-DPC
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
RalfJung authored Jul 2, 2022
2 parents 283430d + ee3e518 commit 435733b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------
Expand All @@ -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/
Expand Down

0 comments on commit 435733b

Please sign in to comment.