Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Feb 14, 2021
1 parent b1bf163 commit fd0fe88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- the completer now uses `filterText` and `sortText` if available to better filter and sort completions ([#520], [#523])
- completer `suppressInvokeIn` setting was removed; `suppressContinuousHintingIn` and `suppressTriggerCharacterIn` settings were added ([#521])
- `suppressContinuousHintingIn` by default includes `def` to improve the experience when writing function names ([#521])
- long file paths are now collapsed if composed of more than two segments to avoid status popover and diagnostics panel getting too wide ([#524])

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

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

Expand Down

0 comments on commit fd0fe88

Please sign in to comment.