Skip to content

Commit ffc733f

Browse files
authored
Update RELEASES.md
1 parent b580476 commit ffc733f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

RELEASES.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Libraries
4242
for `Cow<CStr>`, `From<OsString>, From<OsStr>, From<&OsString>` for
4343
`Cow<OsStr>`, `From<&PathBuf>` for `Cow<Path>`, and `From<Cow<Path>>`
4444
for `PathBuf`.][50170]
45+
- [Implemented `Shl` and `Shr` for `Wrapping<u128>`
46+
and `Wrapping<i128>`.][50465]
4547
- [`DirEntry::metadata` now uses `fstatat` instead of `lstat` when
4648
possible.][51050] This can provide up to a 40% speed increase.
4749
- [Improved error messages when using `format!`.][50610]
@@ -70,7 +72,7 @@ Stabilized APIs
7072
Cargo
7173
-----
7274
- [Cargo will now no longer allow you to publish crates with build scripts that
73-
modify the `src` directory.][5584] The `src` directory in a crate should be
75+
modify the `src` directory.][cargo/5584] The `src` directory in a crate should be
7476
considered to be immutable.
7577

7678
Misc
@@ -103,6 +105,7 @@ Compatibility Notes
103105
[50265]: https://github.com/rust-lang/rust/pull/50265/
104106
[50364]: https://github.com/rust-lang/rust/pull/50364/
105107
[50385]: https://github.com/rust-lang/rust/pull/50385/
108+
[50465]: https://github.com/rust-lang/rust/pull/50465/
106109
[50486]: https://github.com/rust-lang/rust/pull/50486/
107110
[50554]: https://github.com/rust-lang/rust/pull/50554/
108111
[50610]: https://github.com/rust-lang/rust/pull/50610/
@@ -115,7 +118,7 @@ Compatibility Notes
115118
[51298]: https://github.com/rust-lang/rust/pull/51298/
116119
[51306]: https://github.com/rust-lang/rust/pull/51306/
117120
[51562]: https://github.com/rust-lang/rust/pull/51562/
118-
[5584]: https://github.com/rust-lang/cargo/pull/5584/
121+
[cargo/5584]: https://github.com/rust-lang/cargo/pull/5584/
119122
[`Iterator::step_by`]: https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.step_by
120123
[`Path::ancestors`]: https://doc.rust-lang.org/std/path/struct.Path.html#method.ancestors
121124
[`btree_map::Entry::or_default`]: https://doc.rust-lang.org/std/collections/btree_map/enum.Entry.html#method.or_default

0 commit comments

Comments
 (0)