From 6a0afdfa99965326d12d26d06a72b54c09962c1d Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Mon, 24 Feb 2020 22:24:48 +0100 Subject: [PATCH] Update message for 0.9.6 --- messages/0.9.6.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/messages/0.9.6.txt b/messages/0.9.6.txt index 6164f2e9a..df98b70ba 100644 --- a/messages/0.9.6.txt +++ b/messages/0.9.6.txt @@ -2,7 +2,16 @@ Fixes: -* All the "Go to" variants re-use an already open view. +* All the "Go To" variants re-use an already open view. Previously, if you had the target view in another pane open, LSP would open another view in the pane from where you ran "Go To xxx". + +* Prevent a race condition when iterating over the open documents. + +* The rust analyzer binary was renamed from ra_lsp_server to rust-analyzer. + If you haven't updated rust-analyzer, now would be a good time! + The "clients" key was also renamed from ra_lsp_server to rust-analyzer. + so if you were using any overrides in your User/LSP.sublime-settings + file, please update that, too. + https://github.com/sublimelsp/LSP/pull/888 (@dlom)