From 8f424f273908745ca16c69c90fdaee8ba235d2ec Mon Sep 17 00:00:00 2001 From: Aaron Power Date: Wed, 20 Sep 2017 21:28:17 +0100 Subject: [PATCH] Update RELEASES.md --- RELEASES.md | 3 +++ 1 file changed, 3 insertions(+) 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