From 89799f7970948ef5b529bf2df1b15a42002bb4f0 Mon Sep 17 00:00:00 2001 From: Michael Peyton Jones Date: Sun, 19 May 2024 16:01:11 +0100 Subject: [PATCH] Add some changelogs (#579) --- lsp-test/ChangeLog.md | 4 ++++ lsp/ChangeLog.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/lsp-test/ChangeLog.md b/lsp-test/ChangeLog.md index 69c0c9bd..5f9296e1 100644 --- a/lsp-test/ChangeLog.md +++ b/lsp-test/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for lsp-test +## Unreleased + +- Add helpers for testing inlay hints. + ## 0.17.0.2 - Support for newer versions of dependencies. diff --git a/lsp/ChangeLog.md b/lsp/ChangeLog.md index 29409157..35d6d0b8 100644 --- a/lsp/ChangeLog.md +++ b/lsp/ChangeLog.md @@ -1,5 +1,10 @@ # Revision history for lsp +## Unreleased + +- Drop dependency on `uuid` and `random` +- Fix handling of `rootPath` in `intializeParams` + ## 2.6.0.0 - Progress reporting now has a configurable start delay and update delay. This allows