Skip to content

Commit dec07c6

Browse files
committed
Prepare lsp{,-types} 1.2.0.1, lsp-test 0.14.0.1
1 parent dce30c9 commit dec07c6

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

lsp-test/ChangeLog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Revision history for lsp-test
22

3+
## 0.14.0.1 -- 2021-07-30
4+
5+
* Catch IO exception when sending messages to server (#317) (@berberman)
6+
* Improve error messages on JSON decode failures (#320) (@strager)
7+
* Add tests for satisfyMaybe (#325) (@strager)
8+
* Add call hierarchy support (@July541)
9+
* pass the lspConfig at initialization time as well (@pepeiborra)
10+
* Semantic tokens support (@michaelpj)
11+
312
## 0.13.0.0 -- 2021-03-26
413

514
* Update for lsp-types-1.2 (@wz1000)

lsp-types/ChangeLog.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Revision history for lsp-types
22

3+
## 1.2.0.1
4+
5+
* Add compatibility with GHC 9.2 (#345) (@fendor)
6+
* Fix missing lenses (@michaelpj)
7+
* Semantic tokens support (@michaelpj)
8+
* Fix GHC 9 build (@anka-213)
9+
* Add call hierarchy support (@July541)
10+
* Do not crash on workspace/didChangeConfiguration (#321) (@strager)
11+
* Improve error messages on JSON decode failures (#320) (@strager)
12+
313
## 1.2.0.0
414

515
* Prevent crashing when optional fields are missing (@anka-213)

lsp/ChangeLog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Revision history for lsp
22

3+
## 1.2.0.1
4+
5+
* Add exception instances to LspT (#315) (@pepeiborra)
6+
* Add call hierarchy support (@July541)
7+
* Fix build on GHC 9 (@anka-213)
8+
* pass the lspConfig at initialization time as well (@pepeiborra)
9+
* Semantic token (@michaelpj)
10+
* Do not crash on workspace/didChangeConfiguration (#321) (@strager)
11+
312
## 1.2.0.0
413

514
* Parse config from initializeOptions and pass in the old value of config to onConfigurationChange (#285) (wz1000)

0 commit comments

Comments
 (0)