Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

## Unreleased

## 3.2.2

### Fixed

- Fixed bug where comments in `USE` statements disabled reference finding
([#450](https://github.com/fortran-lang/fortls/issues/450))

## 3.2.1

### Fixed

- Fixed bug where no matching declarations were found for interface subchildren
depending on their letter casing
([#471](https://github.com/fortran-lang/fortls/issues/471))

## 3.2.0

### Added

- Added more verbose reporting for recursion errors arising from nested projects
([#445](https://github.com/fortran-lang/fortls/issues/445))

### Fixed

- Fixed bug with Fixed Format references being incorrectly detected in comments
Expand Down