Skip to content

Commit e8edf50

Browse files
committed
Update changelog (skip 3.1.1 to 3.2)
1 parent b3ae26e commit e8edf50

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## CHANGELOG
22

3-
### `@krassowski/jupyterlab-lsp 3.1.1` (unreleased)
3+
### `@krassowski/jupyterlab-lsp 3.2.0` (unreleased)
4+
5+
- features:
6+
7+
- documentation panel in completer now works for R language too: implemented `completionItem/resolve` ([#487])
8+
- kernel types returned by IPython and IJulia are now mapped to LSP types; you can customize the mappings in settings ([#487])
49

510
- bug fixes:
611

@@ -14,6 +19,7 @@
1419
- `PythonModuleSpec` no longer raises exception when the server module does not exist ([#485])
1520

1621
[#485]: https://github.com/krassowski/jupyterlab-lsp/pull/485
22+
[#487]: https://github.com/krassowski/jupyterlab-lsp/pull/487
1723

1824
### `@krassowski/jupyterlab-lsp 3.1.0` (2021-01-17)
1925

0 commit comments

Comments
 (0)