Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RELEASES.md for 1.48.0 #78364

Merged
merged 13 commits into from
Nov 17, 2020
Prev Previous commit
Next Next commit
Update RELEASES.md
  • Loading branch information
XAMPPRocky authored Oct 27, 2020
commit 3f6726dba61b68eb72019d7a9d14f95972e99519
10 changes: 3 additions & 7 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 58,6 @@ Rustdoc
name"][intradoc-links] for more information.
- [You can now specify `#[doc(alias = "<alias>")]` on items to add search aliases
when searching through `rustdoc`'s UI.][75740]

Rustup
------
- [You can now use `rustup install <major>.<minor>` to specify installing the
latest available patch of the specified minor version of the toolchain.][76107] E.g.
`rustup install 1.45` would install `1.45.2`, and `1.46` would install `1.46.0`.

Compatibility Notes
-------------------
Expand All @@ -83,6 77,9 @@ Compatibility Notes
`arch::{x86, x86_64}` to return `i32` to match the vendor signatures.][73166]
- [`mem::uninitialized` will now panic if any inner types inside a struct or enum
disallow zero-initialization.][71274]
- [`#[target_feature]` will now error if used in a place where it has no effect.][78143]

[78143]: https://github.com/rust-lang/rust/issues/78143

Internal Only
-------------
Expand All @@ -99,7 96,6 @@ Internal Only
[76275]: https://github.com/rust-lang/rust/pull/76275/
[76310]: https://github.com/rust-lang/rust/pull/76310/
[76420]: https://github.com/rust-lang/rust/pull/76420/
[76107]: https://github.com/rust-lang/rust/pull/76107/
[76158]: https://github.com/rust-lang/rust/pull/76158/
[75857]: https://github.com/rust-lang/rust/pull/75857/
[75585]: https://github.com/rust-lang/rust/pull/75585/
Expand Down