Skip to content

Commit 4770565

Browse files
committed
Update CHANGELOG.md
1 parent 0d66afe commit 4770565

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
- features:
66

77
- adds `%%bigquery` IPython cell magic support for BigQuery ([#553], thanks @julioyildo)
8+
- completions filtering can be set to case-insensitive in settings ([#549])
9+
- completions filtering can hide exact matches ([#549])
10+
- the extra information displayed next to the completion label now can include 'detail' (usually module/package of origin), and can be customized in settings ([#549])
811

912
- bug fixes:
1013

@@ -18,6 +21,7 @@
1821

1922
[#544]: https://github.com/krassowski/jupyterlab-lsp/pull/544
2023
[#547]: https://github.com/krassowski/jupyterlab-lsp/pull/547
24+
[#549]: https://github.com/krassowski/jupyterlab-lsp/pull/549
2125
[#553]: https://github.com/krassowski/jupyterlab-lsp/pull/553
2226
[#560]: https://github.com/krassowski/jupyterlab-lsp/pull/560
2327
[#562]: https://github.com/krassowski/jupyterlab-lsp/pull/562

0 commit comments

Comments
 (0)