Skip to content

Commit cde1658

Browse files
authored
Merge pull request #511 from haskell/mpj/lsp-types-2.0.1.1
prepare lsp-types 2.0.1.1
2 parents 97c7660 + 4d9a415 commit cde1658

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

lsp-types/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-types
22

3+
## 2.0.1.1
4+
5+
* Fix parsing of notifications with missing params
6+
37
## 2.0.1.0
48

59
* Removed deprecation pragmas from fields, as these cannot currently be avoided.

lsp-types/lsp-types.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: lsp-types
3-
version: 2.0.1.0
3+
version: 2.0.1.1
44
synopsis:
55
Haskell library for the Microsoft Language Server Protocol, data types
66

0 commit comments

Comments
 (0)