File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Libraries
27
27
- [Extend `ptr::null` and `null_mut` to all thin (including extern) types.][94954]
28
28
- [`impl Read and Write for VecDeque<u8>`.][95632]
29
29
- [STD support for the Nintendo 3DS.][95897]
30
+ - [Use rounding in float to Duration conversion methods.][96051]
30
31
- [Make write/print macros eagerly drop temporaries.][96455]
31
32
- [Implement internal traits that enable `[OsStr]::join`.][96881]
32
33
- [Implement `Hash` for `core::alloc::Layout`.][97034]
@@ -99,6 +100,8 @@ Compatibility Notes
99
100
100
101
- [`#[link]` attributes are now checked more strictly,][96885] which may introduce
101
102
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.
102
105
103
106
Internal Changes
104
107
----------------
@@ -118,6 +121,7 @@ and related tools.
118
121
[95818]: https://github.com/rust-lang/rust/pull/95818/
119
122
[95897]: https://github.com/rust-lang/rust/pull/95897/
120
123
[95953]: https://github.com/rust-lang/rust/pull/95953/
124
+ [96051]: https://github.com/rust-lang/rust/pull/96051/
121
125
[96296]: https://github.com/rust-lang/rust/pull/96296/
122
126
[96455]: https://github.com/rust-lang/rust/pull/96455/
123
127
[96737]: https://github.com/rust-lang/rust/pull/96737/
You can’t perform that action at this time.
0 commit comments