Skip to content

docs: update CHANGELOG #475

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 16, 2025
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