From 24ceac2196627c1793df8affad43fc116d767bbe Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Mon, 20 Feb 2023 09:33:49 -0600 Subject: [PATCH] changelogs for 0.59.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b44ed6a..009d56dd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,29 @@ # Changelog +## [0.59.0] - 2023-02-20 + +### Added + +* [Support for F# 7](https://github.com/fsharp/fsautocomplete/pull/1043) + * Note that as a side effect of this, some codefixes have been temporarily disabled. We'll be working on re-enabling them in the near future in conjuntions with the F# team. + +### Changed + +* [`fsharp/piplineHint` is now powered by the LSP InlineValues functionality](https://github.com/fsharp/fsautocomplete/pull/1042) (thanks @kaashyapan!) +* [Test fixes and enhancements for Adaptive mode](https://github.com/fsharp/fsautocomplete/pull/1053) (thanks @theangrybyrd!) + ## [0.58.5] - 2023-02-04 +### Added + * Add textDocument/inlineValue from LSP 3.17 * InlineValue config option to shadow PipelineHint config option * Fix inlayHints for typed params #1046 ## [0.58.4] - 2023-02-04 +### Added + * Fix crash due to missing dependency on Microsoft.Extensions.Caching.Memory ## [0.58.3] - 2023-02-04