Improvements * Add support for generating debug logs * Add Fortran statements to autocomplete suggestions * Add support for explicit dimension specifications, fixes [37](https://github.com/hansec/fortran-language-server/issues/37)
0.8.2
Improvements * Add support for F03 style bracket array initialization, fixes [35](https://github.com/hansec/fortran-language-server/issues/35)
0.8.1
Fixes * Fix crash in completion requests with intrinsic modules
0.8.0
Improvements * Reformat completion information and snippets to match common language server conventions * Provide hover information for overloaded interfaces * Add support for autocompletion in select type statements * Add support for type bound procedures with explicit pass statements * Add support for arguments defined as interfaces in hover and signatureHelp requests * Unbetafy signatureHelp support
Fixes * Fix linking type bound procedures with same name as subroutine/function definition
0.7.3
Fixes * Improve detection of block statements, fixes [32](https://github.com/hansec/fortran-language-server/issues/32) * Fix autocompletion with mixed case object definitions
0.7.2
Fixes * Fix variable definition detection without spaces, fixes [30](https://github.com/hansec/fortran-language-server/issues/30)