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