Skip to content

Commit 6bd4e0c

Browse files
committed
Add changelog entries
1 parent e115ad8 commit 6bd4e0c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## `lsp-ws-connection 0.3.1`
4+
5+
- added sendSaved() method (textDocument/didSave) (
6+
[#147](https://github.com/krassowski/jupyterlab-lsp/pull/147)
7+
)
8+
39
## `@krassowski/jupyterlab-lsp 0.7.0-beta.1`
410

511
- features
@@ -40,6 +46,11 @@
4046
- completion now work properly when the kernel is shut down (
4147
[#146](https://github.com/krassowski/jupyterlab-lsp/pull/146)
4248
)
49+
- `didSave()` is emitted on file save, enabling the workaround
50+
used by R language server to lazily load `library(tidyverse)` (
51+
[#95](https://github.com/krassowski/jupyterlab-lsp/pull/95),
52+
[#147](https://github.com/krassowski/jupyterlab-lsp/pull/147),
53+
)
4354

4455
## `lsp-ws-connection 0.3.0`
4556

0 commit comments

Comments
 (0)