From e778e3ce298e379ec5ee94cc19cae60ceb9ffa5e Mon Sep 17 00:00:00 2001 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:04:27 +0100 Subject: [PATCH] Forward-port changelog for 4.3 release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2124f4ae7..f82acfc47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,15 @@ Requires JupyterLab `>=4.0.6,<5.0.0a0` Requires JupyterLab `>=4.0.5,<5.0.0a0` +### `@jupyter-lsp/jupyterlab-lsp 4.3.0` (2023-09-21) + +- features: +- extractor for spark SQL magic was added ([#980], thanks @skbitsp) +- classes needed to register custom adapters are now exported ([#980], thanks @skbitsp) + - using these classes is not recommended for new code as registration mechanism was rewritten in JupyterLab 4.0 and moved to `@jupyterlab/lsp` + +[#980]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/980 + ### `@jupyter-lsp/jupyterlab-lsp 4.2.0` (2023-05-28) - features: