diff options
| author | Josh Triplett <josh@joshtriplett.org> | 2021-02-09 19:45:32 -0800 |
|---|---|---|
| committer | Josh Triplett <josh@joshtriplett.org> | 2021-02-09 19:45:32 -0800 |
| commit | 883988b350c13f0dcd1e1cdd7e866e427d41db6e (patch) | |
| tree | d6702e85a6a4dc05e9448d0acc95d6c76fefdeee | |
| parent | ca98712ff92c56506442cd5a500547f2f0cba0c3 (diff) | |
| download | rust-883988b350c13f0dcd1e1cdd7e866e427d41db6e.tar.gz rust-883988b350c13f0dcd1e1cdd7e866e427d41db6e.zip | |
RELEASES.md 1.50: Group platform support notes together
Move the note about dropping cloudabi next to the other platform support changes.
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 18492213a5d..f5b71f295c6 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -12,6 +12,7 @@ Compiler - [Added tier 3\* support for the `armv5te-unknown-linux-uclibceabi` target.][78142] - [Added tier 3 support for the `aarch64-apple-ios-macabi` target.][77484] - [The `x86_64-unknown-freebsd` is now built with the full toolset.][79484] +- [Dropped support for all cloudabi targets.][78439] \* Refer to Rust's [platform support page][forge-platform-support] for more information on Rust's tiered platform support. @@ -77,7 +78,6 @@ Compatibility Notes - [`#![test]` as an inner attribute is now considered unstable like other inner macro attributes, and reports an error by default through the `soft_unstable` lint.][79003] - [Overriding a `forbid` lint at the same level that it was set is now a hard error.][78864] -- [Dropped support for all cloudabi targets.][78439] - [You can no longer intercept `panic!` calls by supplying your own macro.][78343] It's recommended to use the `#[panic_handler]` attribute to provide your own implementation. - [Semi-colons after item statements (e.g. `struct Foo {};`) now produce a warning.][78296] |
