Skip to content

Commit

Permalink
Merge pull request #987 from krassowski/forawrd-port-4.3-changelog
Browse files Browse the repository at this point in the history
Forward-port changelog for 4.3 release
  • Loading branch information
krassowski authored Sep 26, 2023
2 parents 3fb68db + e778e3c commit d5782eb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d5782eb

Please sign in to comment.