From: Luke Lau Date: Thu, 14 May 2020 20:21:04 +0000 (+0100) Subject: Prepare for 0.11.0.0 X-Git-Tag: 0.11.0.0 X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=80e57dbacf6899c42a8f16c73f54540d9887e5a0 Prepare for 0.11.0.0 --- diff --git a/ChangeLog.md b/ChangeLog.md index ab65edd..ee25df7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,12 @@ # Revision history for lsp-test +## 0.11.0.0 -- 2020-05-14 + +* Replace `openDoc'` with `createDoc` which now sends + `workspace/didChangeWatchedFiles` notifications if the server has registered + for it +* Add `getRegisteredCapabilities` + ## 0.10.3.0 -- 2020-05-04 * Build with new haskell-lsp-0.22 diff --git a/lsp-test.cabal b/lsp-test.cabal index 2274b25..e682eb5 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -16,7 +16,7 @@ license-file: LICENSE author: Luke Lau maintainer: luke_lau@icloud.com bug-reports: https://github.com/bubba/lsp-test/issues -copyright: 2019 Luke Lau +copyright: 2020 Luke Lau category: Testing build-type: Simple cabal-version: 2.0