- Improved autocompletion for Fortran statements F2018 compliant ([63](https://github.com/fortran-lang/fortls/issues/63))
2.2.10
Fixed
- Fixes GoTo Implementation error for intrinsics ([80](https://github.com/fortran-lang/fortls/issues/80))
2.2.9
Changed
- Changed how renaming of implicitly named type-bound procedures and their implementations is handled. Unittest was added. - Rewrote the Fortran parser to be clearer and more modular
2.2.8
Changed
- Disable PyPi autoupdating for pre-releases and dev versions
2.2.7
Changed
- Changed the auto-update feature to skip `anaconda` environments since they handle their dependencies through `conda` and not `pip`
Fixed
- Fixed missing dependency from `setup.cfg` ([78](https://github.com/fortran-lang/fortls/issues/78)) - Updated configuration file variables in documentation