Skip to content

Commit fd0fe88

Browse files
committed
Update changelog
1 parent b1bf163 commit fd0fe88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- 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])
13+
- long file paths are now collapsed if composed of more than two segments to avoid status popover and diagnostics panel getting too wide ([#524])
1314

1415
- bug fixes:
1516
- user-invoked completion in strings works again ([#521])
@@ -21,6 +22,7 @@
2122
[#521]: https://github.com/krassowski/jupyterlab-lsp/pull/521
2223
[#522]: https://github.com/krassowski/jupyterlab-lsp/pull/522
2324
[#523]: https://github.com/krassowski/jupyterlab-lsp/pull/523
25+
[#524]: https://github.com/krassowski/jupyterlab-lsp/pull/524
2426

2527
### `@krassowski/jupyterlab-lsp 3.3.1` (2020-02-07)
2628

0 commit comments

Comments
 (0)