Skip to content

Commit 29398d7

Browse files
committed
Add Duration rounding change to release note
1 parent e8dc8bc commit 29398d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: RELEASES.md

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Libraries
2727
- [Extend `ptr::null` and `null_mut` to all thin (including extern) types.][94954]
2828
- [`impl Read and Write for VecDeque<u8>`.][95632]
2929
- [STD support for the Nintendo 3DS.][95897]
30+
- [Use rounding in float to Duration conversion methods.][96051]
3031
- [Make write/print macros eagerly drop temporaries.][96455]
3132
- [Implement internal traits that enable `[OsStr]::join`.][96881]
3233
- [Implement `Hash` for `core::alloc::Layout`.][97034]
@@ -99,6 +100,8 @@ Compatibility Notes
99100

100101
- [`#[link]` attributes are now checked more strictly,][96885] which may introduce
101102
errors for invalid attribute arguments that were previously ignored.
103+
- [Rounding is now used when converting a float to a `Duration`.][96051] The converted
104+
duration can differ slightly from what it was.
102105

103106
Internal Changes
104107
----------------
@@ -118,6 +121,7 @@ and related tools.
118121
[95818]: https://github.com/rust-lang/rust/pull/95818/
119122
[95897]: https://github.com/rust-lang/rust/pull/95897/
120123
[95953]: https://github.com/rust-lang/rust/pull/95953/
124+
[96051]: https://github.com/rust-lang/rust/pull/96051/
121125
[96296]: https://github.com/rust-lang/rust/pull/96296/
122126
[96455]: https://github.com/rust-lang/rust/pull/96455/
123127
[96737]: https://github.com/rust-lang/rust/pull/96737/

0 commit comments

Comments
 (0)