Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jan 2, 2023
1 parent b8ee96e commit 918f1fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- fix `undefined` being inserted for path-like completion items with no `insertText` ([#833])
- reduce signature flickering when typing and hover flicker when moving mouse ([#836])
- fix sporadic misplacement of hover tooltips ([#860], thanks @yamaton)
- fix hover tooltip not updated after character deletions ([#867], thanks @yamaton)
- handle potential race condition in feature settings loading ([#882])
- refactoring:
- changed NPM packages namespace from `@krassowski` to `@jupyter-lsp` ([#862])
Expand Down Expand Up @@ -60,6 +61,7 @@
[#852]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/852
[#860]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/860
[#864]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/864
[#867]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/867
[#882]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/882

### `@krassowski/jupyterlab-lsp 3.10.1` (2022-03-21)
Expand Down

0 comments on commit 918f1fb

Please sign in to comment.