We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41ee211 + dbeb81c commit 72d07b1Copy full SHA for 72d07b1
CHANGELOG.md
@@ -2,6 +2,28 @@
2
3
## Unreleased
4
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
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
27
### Fixed
28
29
- Fixed bug with Fixed Format references being incorrectly detected in comments
0 commit comments