Skip to content

Commit dbb416d

Browse files
committed
Changelogs
1 parent 2fb8e62 commit dbb416d

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

lsp-test/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for lsp-test
22

3+
## 0.14.0.2
4+
5+
* Compatibility with new lsp-types major version.
6+
37
## 0.14.0.1 -- 2021-07-30
48

59
* Catch IO exception when sending messages to server (#317) (@berberman)

lsp-types/ChangeLog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Revision history for lsp-types
22

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+
321
## 1.2.0.1
422

523
* Add compatibility with GHC 9.2 (#345) (@fendor)

lsp/ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Revision history for lsp
22

3+
## 1.4.0.0
4+
5+
* Fix extraneous `asdf` in `withProgress` output (#372) (@heitor-lassarote)
6+
* Use appropriate number types (#366) (@michaelpj)
7+
38
## 1.2.0.1
49

510
* Add exception instances to LspT (#315) (@pepeiborra)

0 commit comments

Comments
 (0)