Skip to content

Commit dacf5c4

Browse files
authored
Update RELEASES.md
1 parent 72365a7 commit dacf5c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Libraries
1919
-----------------------
2020

2121
- [`proc_macro::Punct` now implements `PartialEq<char>`.][78636]
22+
- [`ops::{Index, IndexMut}` are now implemented for fixed sized arrays of any length.][74989]
2223
- [On Unix platforms, the `std::fs::File` type now has a "niche" of `-1`.][74699]
2324
This value cannot be a valid file descriptor, and now means `Option<File>` takes
2425
up the same amount of space as `File`.
@@ -54,7 +55,6 @@ Cargo
5455
This option sets a wrapper to execute instead of `rustc`, for workspace members only.
5556
- [`cargo:rerun-if-changed` will now, if provided a directory, scan the entire
5657
contents of that directory for changes.][cargo/8973]
57-
- [Periods (`.`) are now allowed in feature names.][cargo/8932]
5858
- [Added the `--workspace` flag to the `cargo update` command.][cargo/8725]
5959

6060
Misc
@@ -78,6 +78,7 @@ Compatibility Notes
7878
- [Semi-colons after item statements (e.g. `struct Foo {};`) now produce a warning.][78296]
7979
- [Panics in `drop` implementations no longer cause return values in functions to be leaked.][78373]
8080

81+
[74989]: https://github.com/rust-lang/rust/pull/74989
8182
[79261]: https://github.com/rust-lang/rust/pull/79261
8283
[79896]: https://github.com/rust-lang/rust/pull/79896
8384
[79484]: https://github.com/rust-lang/rust/pull/79484
@@ -97,7 +98,6 @@ Compatibility Notes
9798
[77484]: https://github.com/rust-lang/rust/pull/77484
9899
[cargo/8976]: https://github.com/rust-lang/cargo/pull/8976
99100
[cargo/8973]: https://github.com/rust-lang/cargo/pull/8973
100-
[cargo/8932]: https://github.com/rust-lang/cargo/pull/8932
101101
[cargo/8725]: https://github.com/rust-lang/cargo/pull/8725
102102
[`IpAddr::is_ipv4`]: https://doc.rust-lang.org/stable/std/net/enum.IpAddr.html#method.is_ipv4
103103
[`IpAddr::is_ipv6`]: https://doc.rust-lang.org/stable/std/net/enum.IpAddr.html#method.is_ipv6

0 commit comments

Comments
 (0)