about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorapiraino <apiraino@users.noreply.github.com>2024-08-19 12:40:23 +0200
committerapiraino <apiraino@users.noreply.github.com>2024-08-19 12:40:23 +0200
commit6a8ec81e1c894287bfee2a6263c8044a5ffc98a9 (patch)
tree834ffa45f508158459e06ded120336f795cc767c /RELEASES.md
parent804be74e3c4ec3646b448dfdb7a0fc31237a5818 (diff)
downloadrust-6a8ec81e1c894287bfee2a6263c8044a5ffc98a9.tar.gz
rust-6a8ec81e1c894287bfee2a6263c8044a5ffc98a9.zip
Add a missing compatibility note in the 1.80.0 release notes
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 2c91ddf7826..a93aa432187 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -143,6 +143,7 @@ Compatibility Notes
 - [Turn `proc_macro_back_compat` lint into a hard error.](https://github.com/rust-lang/rust/pull/125596/)
 - [Detect unused structs even when implementing private traits](https://github.com/rust-lang/rust/pull/122382/)
 - [`std::sync::ReentrantLockGuard<T>` is no longer `Sync` if `T: !Sync`](https://github.com/rust-lang/rust/pull/125527) which means [`std::io::StdoutLock` and `std::io::StderrLock` are no longer Sync](https://github.com/rust-lang/rust/issues/127340)
+- [alloc: implement FromIterator for Box<str>](https://github.com/rust-lang/rust/pull/99969/)
 
 <a id="1.80-Internal-Changes"></a>