From eda80d85323cd8a53977c6e21664216f3eead878 Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Mon, 21 Aug 2023 12:59:48 -0500 Subject: [PATCH] changelogs for v0.62.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa0cdab54..9fef9ace5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.62.0] - 2023-08-21 + +### Added + +* A new flag for controlling FSAC's support of ParallelReferenceResolution - `fsharp.fsac.parallelReferenceResolution`. If true, this allows for more parallelization of the compilation. + +### Changed + +* Updated Ionide.LanguageServerProtocol to get better LSP 3.17 support +* Updated to FCS 7.0.400! + +### Fixed + +* [Massively improved the performance of comparing file paths in the LSP server](https://github.com/fsharp/FsAutoComplete/pull/1139) (thanks @TheAngryByrd!) +* [Improved getting declarations in the Adaptive LSP Server](https://github.com/fsharp/FsAutoComplete/pull/1150) (thanks @TheAngryByrd!) + ## [0.61.1] - 2023-07-22