Skip to content

Commit 02f5130

Browse files
committed
Update changelog
1 parent 474787c commit 02f5130

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88

99
- bug fixes:
1010

11-
- fix completions with R double and triple colon prefix ([#449])
12-
- fix contrast on status icon when status item is active ([#465])
13-
- fix connection manager loosing track of notebooks when multiple were open ([#474])
11+
- namespace completions in R (after double and triple colon) now work properly ([#449])
12+
- improved status icon contrast when status item is active ([#465])
13+
- connection manager now properly keeps track of notebooks when multiple notebooks are open ([#474])
14+
- new cells added after kernel restart now work properly; kernel changes are handled correctly ([#478])
1415

1516
[#449]: https://github.com/krassowski/jupyterlab-lsp/pull/449
1617
[#465]: https://github.com/krassowski/jupyterlab-lsp/pull/465
1718
[#474]: https://github.com/krassowski/jupyterlab-lsp/pull/474
19+
[#478]: https://github.com/krassowski/jupyterlab-lsp/pull/478
1820

1921
### `jupyter-lsp 1.0.1` (unreleased)
2022

0 commit comments

Comments
 (0)