Skip to content

Commit c562561

Browse files
committed
Add changelog entry, lint
1 parent 8a1a7fe commit c562561

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
## CHANGELOG
22

3+
### `@krassowski/jupyterlab-lsp 3.3.1` (unreleased)
4+
5+
- bug fixes:
6+
7+
- LaTeX is now rendered in documentation panel of completer ([#506])
8+
- completion response returned as plain text use pre tag to retain whitespace formatting ([#506])
9+
- pre-formatted code font size was reduced to match font-size of the text in completion panel ([#506])
10+
11+
[#506]: https://github.com/krassowski/jupyterlab-lsp/pull/506
12+
313
### `jupyter-lsp 1.1.3` (unreleased)
414

515
- features:
616

717
- add config for the classic notebook server extension ([#504])
818

19+
[#504]: https://github.com/krassowski/jupyterlab-lsp/pull/504
20+
921
### `@krassowski/jupyterlab-lsp 3.3.0` (2021-01-31)
1022

1123
- features:

python_packages/jupyter_lsp/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
(
2121
"etc/jupyter/jupyter_notebook_config.d",
2222
["jupyter_lsp/etc/jupyter_notebook_config.json"],
23-
)
23+
),
2424
],
2525
)

0 commit comments

Comments
 (0)