From dbeb81c8b99d9f2a603db3bbab67861de7ecf044 Mon Sep 17 00:00:00 2001 From: gnikit Date: Sun, 16 Mar 2025 17:56:06 +0000 Subject: [PATCH] docs: update CHANGELOG --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd16eae6..4ad4368e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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