Skip to content

Commit 72d07b1

Browse files
authored
Merge pull request #475 from fortran-lang/chore/update-changelog
docs: update CHANGELOG
2 parents 41ee211 + dbeb81c commit 72d07b1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
## Unreleased
44

5+
## 3.2.2
6+
7+
### Fixed
8+
9+
- Fixed bug where comments in `USE` statements disabled reference finding
10+
([#450](https://github.com/fortran-lang/fortls/issues/450))
11+
12+
## 3.2.1
13+
14+
### Fixed
15+
16+
- Fixed bug where no matching declarations were found for interface subchildren
17+
depending on their letter casing
18+
([#471](https://github.com/fortran-lang/fortls/issues/471))
19+
20+
## 3.2.0
21+
22+
### Added
23+
24+
- Added more verbose reporting for recursion errors arising from nested projects
25+
([#445](https://github.com/fortran-lang/fortls/issues/445))
26+
527
### Fixed
628

729
- Fixed bug with Fixed Format references being incorrectly detected in comments

0 commit comments

Comments
 (0)