about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAaron Power <Aaronepower@users.noreply.github.com>2017-09-20 21:29:16 +0100
committerGitHub <noreply@github.com>2017-09-20 21:29:16 +0100
commite68c20ef625488bde9f2b48b137fe02d63c60938 (patch)
treea8bc51c414fe8325f499e14f11bfef04b851bd0c
parent8f424f273908745ca16c69c90fdaee8ba235d2ec (diff)
downloadrust-e68c20ef625488bde9f2b48b137fe02d63c60938.tar.gz
rust-e68c20ef625488bde9f2b48b137fe02d63c60938.zip
Update RELEASES.md
-rw-r--r--RELEASES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 63fa95b9158..4f8f83062c5 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -54,6 +54,8 @@ Misc
   to [doc.rust-lang.org/cargo](https://doc.rust-lang.org/cargo)
 - [The rustdoc book is now available][43863]
   at [doc.rust-lang.org/rustdoc](https://doc.rust-lang.org/rustdoc)
+- [Added a preview of RLS has been made available through rustup][44204]
+  Install with `rustup component add rls-preview`
 
 Compatibility Notes
 -------------------
@@ -63,8 +65,6 @@ Compatibility Notes
   Was previously relative to the rustc's internal `CodeMap` struct which
   required the unstable library `libsyntax` to correctly use.
 - [`unused_results` lint no longer ignores booleans][43728]
-- [Added a preview of RLS has been made available through rustup][44204]
-  Install with `rustup component add rls-preview`
 
 [42565]: https://github.com/rust-lang/rust/pull/42565
 [42588]: https://github.com/rust-lang/rust/pull/42588