File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
103106Internal 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/
You can’t perform that action at this time.
0 commit comments