From e6095cd5c44ac878a74e13889e891e34aff6236c Mon Sep 17 00:00:00 2001 From: krassowski Date: Sun, 25 Oct 2020 15:20:20 +0000 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 087982399..5a44b98db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,11 @@ - custom cell syntax highlighting is now properly removed when no longer needed ([#387]) - the completer in continuous hinting now works well with the pasted text ([#389]) + - continuous hinting suggestions will no longer show up if the only hint is the same as the current token ([#391]) [#387]: https://github.com/krassowski/jupyterlab-lsp/issues/387 [#389]: https://github.com/krassowski/jupyterlab-lsp/issues/389 +[#391]: https://github.com/krassowski/jupyterlab-lsp/issues/391 ### `@krassowski/jupyterlab-lsp 2.0.7` (2020-09-18)