Skip to content

Commit

Permalink
Add CHANGELOG entries
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Dec 12, 2020
1 parent 1906178 commit 355b5ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@

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

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

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

Expand Down

0 comments on commit 355b5ac

Please sign in to comment.