Skip to content

Commit 09c1b74

Browse files
authored
Update RELEASES.md
1 parent 1618664 commit 09c1b74

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

RELEASES.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ Libraries
4141
NaN.][42431]
4242
- [allow messages in the `unimplemented!()` macro.][42155]
4343
ie. `unimplemented!("Waiting for 1.21 to be stable")`
44-
- [support pub(restricted) in thread_local! (round 2)][43185]
44+
- [`pub(restricted)` is now supported in the `thread_local!` macro.][43185]
4545
- [Upgrade to Unicode 10.0.0][42999]
4646
- [Reimplemented `{f32, f64}::{min, max}` in Rust instead of using CMath.][42430]
4747
- [Skip the main thread's manual stack guard on Linux][43072]
4848
- [Iterator::nth for `ops::{Range, RangeFrom}` is now done in O(1) time][43077]
49-
- [`#cfg[align(N)]` attribute max number is now 2^31 - 1.][43097] This was
49+
- [`#[repr(align(N))]` attribute max number is now 2^31 - 1.][43097] This was
5050
previously 2^15.
5151
- [`{OsStr, Path}::Display` now avoids allocations where possible][42613]
5252

@@ -109,6 +109,8 @@ Compatibility Notes
109109

110110
- [Functions with `'static` in their return types will now not be as usable as
111111
if they were using lifetime parameters instead.][42417]
112+
- [The reimplementation of `{f32, f64}::is_sign_{negative, positive}` now
113+
takes the sign of NaN into account where previously didn't.][42430]
112114

113115
[42033]: https://github.com/rust-lang/rust/pull/42033
114116
[42155]: https://github.com/rust-lang/rust/pull/42155

0 commit comments

Comments
 (0)