From 918f1fbf9c56a32ee219b5a4f2ecb8119a1e6673 Mon Sep 17 00:00:00 2001 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: Mon, 2 Jan 2023 17:14:05 +0000 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0628270e7..aa2e36da1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]) @@ -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)