Skip to content

Commit

Permalink
Add notes for 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomv564 committed May 19, 2019
1 parent c5a26e1 commit 81a2df3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions messages.json
Expand Up @@ -16,4 +16,5 @@
"0.8.0": "messages/0.8.0.txt",
"0.8.1": "messages/0.8.1.txt",
"0.8.2": "messages/0.8.2.txt"
"0.8.3": "messages/0.8.3.txt"
}
20 changes: 20 additions & 0 deletions messages/0.8.3.txt
@@ -0,0 +1,20 @@
=> 0.8.3

Includes some refactoring and cleanups for improved testing.

Features:

* Completions can use filterText for completion trigger (@rwols)
* Improved performance applying document edits (@haferburg)
* New configurations for Metals, gopls

Fixes:

(Various small fixes)

Deprecations:

`resolve_completion_for_snippets` setting removed, feature no longer supported.


See https://github.com/tomv564/LSP/releases/tag/0.8.3 for full update details.

0 comments on commit 81a2df3

Please sign in to comment.