Skip to content

Commit b48c8a8

Browse files
committed
Add message for current and previous release
1 parent bd1b80e commit b48c8a8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

messages.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
"0.3.0": "messages/0.3.0.txt",
77
"0.4.0": "messages/0.4.0.txt",
88
"0.4.1": "messages/0.4.1.txt",
9-
"0.4.2": "messages/0.4.2.txt"
9+
"0.4.2": "messages/0.4.2.txt",
10+
"0.5.0": "messages/0.5.0.txt",
11+
"0.6.0": "messages/0.6.0.txt"
1012
}

messages/0.6.0.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
=> 0.6.0
2+
3+
Features:
4+
* Diagnostics counter in status bar (@predagnikolic)
5+
* Richer extensibility framework
6+
7+
Major bug fixes:
8+
* Fix completion breakage from servers omitting sortText on some completion items. (@rwols)
9+
10+
Plus many more contributions, all very much appreciated!
11+
12+
See https://github.com/tomv564/LSP/releases/tag/0.6.0 for full update details.

0 commit comments

Comments
 (0)