Update changelog
[lsp-test.git] / ChangeLog.md
1 # Revision history for lsp-test
2
3 ## 0.5.3.0 -- 2019-06-13
4
5 * Update to haskell-lsp-0.14.0.0 (@cocreature)
6 * Support `TextDocumentDidChange` (@cocreature)
7 * Add non-file based `openDoc` (@cocreature)
8 * Fix `getDefinitions` for `SingleLoc` (@cocreature)
9 * Add `getCodeLenses` (@cocreature)
10
11 ## 0.5.2.0 -- 2019-04-28
12
13 * Add `satisfy` parser combinator
14
15 ## 0.5.1.0 -- 2019-04-22
16
17 * Fix unhandled `window/progress` server notifications
18
19 ## 0.5.1.0 -- 2019-04-07
20
21 * Add getTypeDefinitions (@fendor)
22
23 ## 0.5.0.2 -- 2018-12-05
24
25 * Fix loose threads when exceptions are thrown
26
27 ## 0.5.0.0 -- 2018-11-13
28
29 * Add lspConfig option in config
30 * GHC 8.6.2 support
31
32 ## 0.4.0.0 -- 2018-09-08
33
34 * Update to haskell-lsp-0.8.0.0
35
36 ## 0.3.0.0 -- 2018-09-0t
37
38 * Update to haskell-lsp-0.7.0.0
39
40 ## 0.2.1.0 -- 2018-08-14
41
42 * Add getCodeActions
43 * Add getCurrentDiagnostics
44
45 ## 0.2.0.0 -- 2018-08-06
46
47 * Update to haskell-lsp 0.6.0.0