Skip to content

Commit 5eb40e9

Browse files
committed
Add messages entry for 0.4.2
1 parent be315dc commit 5eb40e9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

messages.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"0.2.2": "messages/0.2.2.txt",
66
"0.3.0": "messages/0.3.0.txt",
77
"0.4.0": "messages/0.4.0.txt",
8-
"0.4.1": "messages/0.4.1.txt"
8+
"0.4.1": "messages/0.4.1.txt",
9+
"0.4.2": "messages/0.4.2.txt"
910
}

messages/0.4.2.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
=> 0.4.2
2+
3+
Features:
4+
* Symbol highlighting (@rwols)
5+
* Polymer language server configuration (@rictic)
6+
* Support RustEnhanced syntax
7+
8+
Major bug fixes:
9+
* JSON-RPC & protocol parsing fixes (@vogelsgesang)
10+
* Prevent completion failure if sortText was None.
11+
12+
See https://github.com/tomv564/LSP/releases/tag/0.4.2 for full update details.

0 commit comments

Comments
 (0)