Skip to content

Commit a01cb9e

Browse files
committed
Update changelog
1 parent 77cfef1 commit a01cb9e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
## CHANGELOG
22

3+
### `@krassowski/jupyterlab-lsp 3.4.0` (unreleased)
4+
5+
- features:
6+
7+
- the priority of the completions from kernel can now be changed by switching new `kernelCompletionsFirst` setting ([#520])
8+
- completer panel will now always render markdown documentation if available ([#520])
9+
- 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])
11+
12+
- bug fixes:
13+
- completer documentation will now consistently show up after filtering the completion items ([#520])
14+
- completions containing HTML-like syntax will be displayed properly (an upstream issue) ([#520])
15+
16+
[#520]: https://github.com/krassowski/jupyterlab-lsp/pull/520
17+
318
### `@krassowski/jupyterlab-lsp 3.3.1` (2020-02-07)
419

520
- bug fixes:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ python scripts/atest.py --suite "05_Features.Completion"
227227
##### Run a single test
228228

229229
```bash
230-
python scripts/atest.py --test "Works With Kernel Running"
230+
python scripts/atest.py --test "Works When Kernel Is Idle"
231231
```
232232

233233
##### Run test with a tag

0 commit comments

Comments
 (0)