From 80e57dbacf6899c42a8f16c73f54540d9887e5a0 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Thu, 14 May 2020 21:21:04 +0100 Subject: [PATCH] Prepare for 0.11.0.0 --- ChangeLog.md | 7 +++++++ lsp-test.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.30.2