Skip to content

Commit a838290

Browse files
committed
Update changelog
1 parent 93f0951 commit a838290

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,20 @@
77
- the priority of the completions from kernel can now be changed by switching new `kernelCompletionsFirst` setting ([#520])
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
10-
- the completer now uses `filterText` and `sortText` if available to better filter and sort completions ([#520])
10+
- the completer now uses `filterText` and `sortText` if available to better filter and sort completions ([#520], [#523])
1111
- completer `suppressInvokeIn` setting was removed; `suppressContinuousHintingIn` and `suppressTriggerCharacterIn` settings were added ([#521])
1212
- `suppressContinuousHintingIn` by default includes `def` to improve the experience when writing function names ([#521])
1313

1414
- bug fixes:
1515
- user-invoked completion in strings works again ([#521])
1616
- completer documentation will now consistently show up after filtering the completion items ([#520])
17-
- completions containing HTML-like syntax will be displayed properly (an upstream issue) ([#520])
17+
- completions containing HTML-like syntax will be displayed properly (an upstream issue) ([#520], [#523])
1818
- diagnostics panel will no longer break when foreign documents (e.g. `%%R` cell magics) are removed ([#522])
1919

2020
[#520]: https://github.com/krassowski/jupyterlab-lsp/pull/520
2121
[#521]: https://github.com/krassowski/jupyterlab-lsp/pull/521
2222
[#522]: https://github.com/krassowski/jupyterlab-lsp/pull/522
23+
[#523]: https://github.com/krassowski/jupyterlab-lsp/pull/523
2324

2425
### `@krassowski/jupyterlab-lsp 3.3.1` (2020-02-07)
2526

0 commit comments

Comments
 (0)