Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Mar 21, 2021
1 parent 0d66afe commit 4770565
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
- features:

- adds `%%bigquery` IPython cell magic support for BigQuery ([#553], thanks @julioyildo)
- completions filtering can be set to case-insensitive in settings ([#549])
- completions filtering can hide exact matches ([#549])
- 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])

- bug fixes:

Expand All @@ -18,6 +21,7 @@

[#544]: https://github.com/krassowski/jupyterlab-lsp/pull/544
[#547]: https://github.com/krassowski/jupyterlab-lsp/pull/547
[#549]: https://github.com/krassowski/jupyterlab-lsp/pull/549
[#553]: https://github.com/krassowski/jupyterlab-lsp/pull/553
[#560]: https://github.com/krassowski/jupyterlab-lsp/pull/560
[#562]: https://github.com/krassowski/jupyterlab-lsp/pull/562
Expand Down

0 comments on commit 4770565

Please sign in to comment.