We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c18e9 commit ddcb02dCopy full SHA for ddcb02d
RELEASES.md
@@ -71,6 +71,9 @@ These APIs are now stable in const contexts:
71
Compatibility Notes
72
-------------------
73
74
+- [0.5 now rounds to 0 when formatted to 0 decimal places.](https://github.com/rust-lang/rust/pull/102935/)
75
+ This makes it consistent with the rest of floating point formatting that
76
+ rounds ties toward even digits.
77
- [Chains of `&&` and `||` will now drop temporaries from their sub-expressions in
78
evaluation order, left-to-right.](https://github.com/rust-lang/rust/pull/103293/)
79
Previously, it was "twisted" such that the _first_ expression dropped its
0 commit comments