X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=RELEASES.md;h=f36cdee0975a0394a0e866418fb3c894be2bcc01;hb=be43319b174589f61ce5d8a7b00c0567eb8cff35;hp=7bac14cb415340a90d944ed62fd956bcdf910687;hpb=5d5455bf3da2722749cf3361b42eac16e27d42cc;p=rust.git diff --git a/RELEASES.md b/RELEASES.md index 7bac14cb415..f36cdee0975 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -47,7 +47,7 @@ Libraries // Prints "abcdefghijklmnopqrstuvwxyz" ``` - [`OsString` now implements `FromStr`.][71662] -- [The `saturating_neg` method as been added to all signed integer primitive +- [The `saturating_neg` method has been added to all signed integer primitive types, and the `saturating_abs` method has been added for all integer primitive types.][71886] - [`Arc`, `Rc` now implement `From>`, and `Box` now