Skip to content

Commit 62cd0ad

Browse files
committed
Update changelog
1 parent efb11cc commit 62cd0ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@
88
- completer panel will now always render markdown documentation if available ([#520])
99
- the implementation re-renders the panel as it is the best we can do until [jupyterlab#9663](https://github.com/jupyterlab/jupyterlab/pull/9663) is merged
1010
- the completer now uses `filterText` and `sortText` if available to better filter and sort completions ([#520])
11+
- completer `suppressInvokeIn` setting was removed; `suppressContinuousHintingIn` and `suppressTriggerCharacterIn` settings were added ([#521])
1112

1213
- bug fixes:
14+
- user-invoked completion in strings works again ([#521])
1315
- completer documentation will now consistently show up after filtering the completion items ([#520])
1416
- completions containing HTML-like syntax will be displayed properly (an upstream issue) ([#520])
1517

1618
[#520]: https://github.com/krassowski/jupyterlab-lsp/pull/520
19+
[#521]: https://github.com/krassowski/jupyterlab-lsp/pull/521
1720

1821
### `@krassowski/jupyterlab-lsp 3.3.1` (2020-02-07)
1922

0 commit comments

Comments
 (0)