about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAaron Power <Aaronepower@users.noreply.github.com>2017-09-20 21:28:17 +0100
committerGitHub <noreply@github.com>2017-09-20 21:28:17 +0100
commit8f424f273908745ca16c69c90fdaee8ba235d2ec (patch)
tree955637faf58d88ea3b3a7054bfd615e241d6b0f8
parentf3c316d553d83ef640c636bf26c1d881a0f542b9 (diff)
downloadrust-8f424f273908745ca16c69c90fdaee8ba235d2ec.tar.gz
rust-8f424f273908745ca16c69c90fdaee8ba235d2ec.zip
Update RELEASES.md
-rw-r--r--RELEASES.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 46e897ea359..63fa95b9158 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -63,6 +63,8 @@ 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
@@ -77,6 +79,7 @@ Compatibility Notes
 [43911]: https://github.com/rust-lang/rust/pull/43911
 [43916]: https://github.com/rust-lang/rust/pull/43916
 [43917]: https://github.com/rust-lang/rust/pull/43917
+[44204]: https://github.com/rust-lang/rust/pull/44204
 [cargo/4123]: https://github.com/rust-lang/cargo/pull/4123
 [cargo/4216]: https://github.com/rust-lang/cargo/pull/4216
 [cargo/4270]: https://github.com/rust-lang/cargo/pull/4270