Skip to content

Commit 355b5ac

Browse files
committed
Add CHANGELOG entries
1 parent 1906178 commit 355b5ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@
1616

1717
- handles characters that need escaping (spaces, non-ASCII characters) more
1818
robustly in files and folder names ([#403])
19+
- moving cells now triggers the document update immediately leading to immediate diagnostics update ([#421])
20+
- changing cell type to `raw` or `markdown` and then back to `code` properly unbinds/binds event handlers and updates document ([#421])
21+
- pasted cells are added to the LSP document immediately, without the need for the user to enter them ([#421])
1922

2023
[#403]: https://github.com/krassowski/jupyterlab-lsp/issues/403
24+
[#421]: https://github.com/krassowski/jupyterlab-lsp/issues/421
2125

2226
### `@krassowski/jupyterlab_go_to_definition 2.0.0` (???)
2327

0 commit comments

Comments
 (0)