diff --git a/CHANGELOG.md b/CHANGELOG.md index ec8f25fa..d5b517f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.4.6 + +- Fix type annotations not showing for local parameters +- Fix files without module declaration not getting added to our index +- Fix rename devouring Module prefixes + ## 1.4.5 - Improved completions for type annotations, functions, import and module statements @@ -36,12 +42,7 @@ - Fixed some problems with references not being correct - Get rid of crypto deprecation warnings -- Updated tree-sitter syntax parsing - - Add glsl parsing - - Nest if/then/else expressions - - Let and in now correctly nest - - Change when block_comments are set, should now be better for annotations - - End functions/case as early as possible, so they don't include whitespace +- Updated tree-sitter syntax parsing - Add glsl parsing - Nest if/then/else expressions - Let and in now correctly nest - Change when block_comments are set, should now be better for annotations - End functions/case as early as possible, so they don't include whitespace ## 1.3.2 diff --git a/package-lock.json b/package-lock.json index 9cb9067e..34fbb834 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@elm-tooling/elm-language-server", - "version": "1.4.5", + "version": "1.4.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9991c86f..8fcc16ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elm-tooling/elm-language-server", "description": "Implementation of an elm language server in node.", - "version": "1.4.5", + "version": "1.4.6", "author": "Kolja Lampe", "license": "MIT", "files": [