diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a345f7..e1161ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 0.17.0 - 26.04.2018 +* Limiting workspace symbols and linting to local files (by @lostintangent) +* Fixed issue with elm-make and spaces in paths (by @Arbyy) +* Fix error message not clearing when formatting with elm-format (by @adam77) +* Make folding not eat up empty lines (by @szabba) + ### 0.16.0 - 11.02.2018 * Jump to symbol based on imports. Jump to symbol that has been fully qualified such as `MyModule.myFunction` (by @joeandaverde) * Fix cursor moving when formatting with elm-format (by @adam77) diff --git a/package.json b/package.json index ec29fff..d66cb3a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "elm", "description": "Elm Language Support for Visual Studio Code", - "version": "0.16.0", + "version": "0.17.0", "publisher": "sbrink", "author": { "name": "Krzysztof Cieslak" @@ -309,4 +309,4 @@ "vscode-uri": "^1.0.0", "ws": "^3.0.0" } -} +} \ No newline at end of file