From 3485ae0a38cecbe09559150be4e4466cd98ae0ef Mon Sep 17 00:00:00 2001 From: Albert Ziegenhagel Date: Thu, 22 Jun 2023 08:23:57 +0200 Subject: [PATCH] docs: update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48154f87..f10de928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +- Fixed bug where specifying `-ffree-line-length-X` and `-ffixed-line-length-X` + as `linter.extraArgs` would be overridden by the default behaviour of `fortls` + ([#925](https://github.com/fortran-lang/vscode-fortran-support/issues/925)) - Fixed bug where linter would not use the correct Fortran file association if the extension was part of the default extensions of another Fortran lang ID ([#904](https://github.com/fortran-lang/vscode-fortran-support/issues/904))