Skip to content

Commit c88ec60

Browse files
authored
Update RELEASES.md
1 parent 6200aef commit c88ec60

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

RELEASES.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,19 @@ Compiler
2828
Libraries
2929
---------
3030

31-
- [`Ref`, `RefMut`, `MutexGuard`, `RwLockReadGuard`, `RwLockWriteGuard`
32-
now impl `fmt::Display` & `fmt::Debug`.][42822]
31+
3332
- [Relaxed Debug constraints on `{HashMap,BTreeMap}::{Keys,Values}`.][42854]
34-
- [Implement `PartialEq`, `Eq`, `PartialOrd`, `Ord`, `Debug`, `Hash` for unsized
33+
- [Impl `PartialEq`, `Eq`, `PartialOrd`, `Ord`, `Debug`, `Hash` for unsized
3534
tuples.][43011]
35+
- [Impl `fmt::{Display, Debug}` for `Ref`, `RefMut`, `MutexGuard`,
36+
`RwLockReadGuard`, `RwLockWriteGuard`][42822]
3637
- [Impl `Clone` for `DefaultHasher`.][42799]
37-
- [Implement `Sync` for `SyncSender`.][42397]
38+
- [Impl `Sync` for `SyncSender`.][42397]
39+
- [Impl `FromStr` for `char`][42271]
3840
- [Fixed how `{f32, f64}::{is_sign_negative, is_sign_positive}` handles
3941
NaN.][42431]
4042
- [allow messages in the `unimplemented!()` macro.][42155]
4143
ie. `unimplemented!("Waiting for 1.21 to be stable")`
42-
- [`char`now impls `FromStr`.][42271]
4344
- [support pub(restricted) in thread_local! (round 2)][43185]
4445
- [Upgrade to Unicode 10.0.0][42999]
4546
- [Reimplemented `{f32, f64}::{min, max}` in Rust instead of using CMath.][42430]

0 commit comments

Comments
 (0)