Skip to content

Commit

Permalink
Add messages entry for 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomv564 committed Jan 8, 2018
1 parent be315dc commit 5eb40e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Expand Up @@ -5,5 +5,6 @@
"0.2.2": "messages/0.2.2.txt",
"0.3.0": "messages/0.3.0.txt",
"0.4.0": "messages/0.4.0.txt",
"0.4.1": "messages/0.4.1.txt"
"0.4.1": "messages/0.4.1.txt",
"0.4.2": "messages/0.4.2.txt"
}
12 changes: 12 additions & 0 deletions messages/0.4.2.txt
@@ -0,0 +1,12 @@
=> 0.4.2

Features:
* Symbol highlighting (@rwols)
* Polymer language server configuration (@rictic)
* Support RustEnhanced syntax

Major bug fixes:
* JSON-RPC & protocol parsing fixes (@vogelsgesang)
* Prevent completion failure if sortText was None.

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

0 comments on commit 5eb40e9

Please sign in to comment.