about summary refs log tree commit diff
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2020-12-12 21:00:47 +0000
committerGitHub <noreply@github.com>2020-12-12 21:00:47 +0000
commitbb6b6aeb786059ac0a84c090c8794a46108baaec (patch)
tree001422aac99f864fb4467647335d84f7d0e27d66
parent4aaace9b53fc62696965860c8e9967b0385a22a3 (diff)
downloadrust-bb6b6aeb786059ac0a84c090c8794a46108baaec.tar.gz
rust-bb6b6aeb786059ac0a84c090c8794a46108baaec.zip
Update RELEASES.md
-rw-r--r--RELEASES.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 8f5d6db5db9..f9dadbec577 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -25,7 +25,6 @@ Language
   let Person { name, ref age } = person;
   println!("{} {}", name, age);
   ```
-- [Macros that end with a semi-colon are now treated as statements even if they expand to nothing.][78376]
 
 Compiler
 -----------------------
@@ -73,10 +72,10 @@ Cargo
 Compatibility Notes
 -------------------
 
-- [Demoted `i686-unknown-freebsd` to tier 2 support.][78746]
+- [Demoted `i686-unknown-freebsd` from host tier 2 to target tier 2 support.][78746]
+- [Macros that end with a semi-colon are now treated as statements even if they expand to nothing.][78376]
 - [Rustc will now check for the validity of some built-in attributes on enum variants.][77015]
   Previously such invalid or unused attributes could be ignored.
-  Previously invalid or unused attributes were ignored.
 
 Internal Only
 -------------