From 70e6f323e619981dad0fe4d515217c6bb75cf4bd Mon Sep 17 00:00:00 2001 From: krassowski Date: Tue, 7 Jan 2020 16:27:36 +0000 Subject: [PATCH] Add changelog entry for #139 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 308da3549..9af310697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## `@krassowski/jupyterlab-lsp 0.7.0-beta.1` +## `@krassowski/jupyterlab-lsp 0.7.0-beta.2` (unreleased) - features - reduced space taken up by the statusbar indicator @@ -25,6 +25,9 @@ [133fd3d](https://github.com/krassowski/jupyterlab-lsp/pull/129/commits/133fd3d71401c7e5affc0a8637ee157de65bef62) ) - diagnostics are now always correctly displayed in the document they were intended for + - the workaround for relative root path is now also applied on Mac ( + [#139](https://github.com/krassowski/jupyterlab-lsp/pull/139) + ) ## `lsp-ws-connection 0.3.0`