diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b1d21..f2ed403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log -## 0.1.0 +## 0.4.0 + +- Updated the language server + - Use WASM version of tree-sitter and updated tree-sitter - This mean multiple parsing improvements + - Added completions for methods defined in a let scope + - Added completions from case branches + - Added code actions for some rename suggestions from elm make + - Removed the ability to run elm-test for now, as it was problematic + - Determine the used elm version, so that we're ready for 0.19.1 + - Cleaned up the symbols that we show in the outline or when searching + - Fixed multiple problems with multi workspace useage + - Fixed type references including (..) on search or rename + - Fixed elm make not reporting the correct path in some edgecases +- Don't reveal the output channel on each log +- Better names for output channels in multi workspace projects + +## 0.3.0 - Initial release diff --git a/server b/server index 1f60526..99d1ab3 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 1f605264e40d6b4e4ef5cc8b01740889dfa40ecd +Subproject commit 99d1ab3e2b30f4825a4adfff28c535489e4a67f5