Skip to content

Commit

Permalink
Add PR links to the CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Jan 9, 2020
1 parent 8359400 commit d42d0de
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
- all commands are now accessible from the command palette (
[#142](https://github.com/krassowski/jupyterlab-lsp/pull/142)
)
- bash LSP now covers also `%%bash` magic cell in addition to `%%sh`
- bash LSP now also covers `%%bash` magic cell in addition to `%%sh` (
[#144](https://github.com/krassowski/jupyterlab-lsp/pull/144)
)
- bugfixes
- diagnostics in foreign documents are now correctly updated (
[133fd3d](https://github.com/krassowski/jupyterlab-lsp/pull/129/commits/133fd3d71401c7e5affc0a8637ee157de65bef62)
Expand All @@ -32,7 +34,9 @@
- the workaround for relative root path is now also applied on Mac (
[#139](https://github.com/krassowski/jupyterlab-lsp/pull/139)
)
- fixed LSP of R in Python (`%%R` magic cell from rpy2)
- fixed LSP of R in Python (`%%R` magic cell from rpy2) (
[#144](https://github.com/krassowski/jupyterlab-lsp/pull/144)
)

## `lsp-ws-connection 0.3.0`

Expand Down

0 comments on commit d42d0de

Please sign in to comment.