From 47705658874e6a5986f64e2973b70368a7bb00d8 Mon Sep 17 00:00:00 2001 From: krassowski Date: Sun, 21 Mar 2021 23:19:22 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8305b6b23..26ef9b0de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: @@ -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