File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Revision history for lsp-test
2
2
3
+ ## 0.14.0.2
4
+
5
+ * Compatibility with new lsp-types major version.
6
+
3
7
## 0.14.0.1 -- 2021-07-30
4
8
5
9
* Catch IO exception when sending messages to server (#317 ) (@berberman )
Original file line number Diff line number Diff line change 1
1
# Revision history for lsp-types
2
2
3
+ ## 1.4.0.0
4
+
5
+ * Aeson 2 compatibility (#360 ) (@michaelpj )
6
+ * Reduced dependency footprint (#383 , #384 ) (@Bodigrim )
7
+ * Use appropriate number types (#366 ) (@michaelpj )
8
+ * Fix for #374 (#376 ) (@pepeiborra )
9
+ * Fix virtual file name adding .hs extension (#364 ) (@heitor-lassarote , @jneira )
10
+ * Fix the Semigroup instance for MarkupContent (#361 ) (@michaelpj )
11
+ * Various improvements to spec conformance (@michaelpj )
12
+
13
+ ## 1.3.0.1
14
+
15
+ * Rollback NFP interning (#344 ) (@pepeiborra )
16
+
17
+ ## 1.3.0.0
18
+
19
+ * Intern NormalizedFilePaths (#340 ) (@pepeiborra )
20
+
3
21
## 1.2.0.1
4
22
5
23
* Add compatibility with GHC 9.2 (#345 ) (@fendor )
Original file line number Diff line number Diff line change 1
1
# Revision history for lsp
2
2
3
+ ## 1.4.0.0
4
+
5
+ * Fix extraneous ` asdf ` in ` withProgress ` output (#372 ) (@heitor-lassarote )
6
+ * Use appropriate number types (#366 ) (@michaelpj )
7
+
3
8
## 1.2.0.1
4
9
5
10
* Add exception instances to LspT (#315 ) (@pepeiborra )
You can’t perform that action at this time.
0 commit comments