From 4c3d7601e696a241f344cf1ad417bcf1fd0969af Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Sat, 7 Sep 2024 21:29:24 -0500 Subject: [PATCH] changelogs for 7.21.1 --- paket.lock | 4 ++-- release/CHANGELOG.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/paket.lock b/paket.lock index 294b06f2..7a20605b 100644 --- a/paket.lock +++ b/paket.lock @@ -38,7 +38,7 @@ NUGET FSharp.Core (>= 4.7.2) GIT remote: https://github.com/ionide/ionide-fsgrammar.git - (b38420f8569aa662b4862beb407a02e527e866c1) + (c62c78404d0b2c14816aae61ac0688663a5990a3) GITHUB remote: ionide/ionide-vscode-helpers src/Fable.Import.Showdown.fs (8e81bc03f11f07b8e0811b3d4598eadc78f32f2f) @@ -241,4 +241,4 @@ STORAGE: PACKAGES RESTRICTION: == netstandard2.0 NUGET remote: https://api.nuget.org/v3/index.json - fsautocomplete (0.74.0) + fsautocomplete (0.74.1) diff --git a/release/CHANGELOG.md b/release/CHANGELOG.md index 41087c12..011875ef 100644 --- a/release/CHANGELOG.md +++ b/release/CHANGELOG.md @@ -1,3 +1,8 @@ +### 7.21.1 - 07.09.2024 + +* Updated to FSAC 0.74.1. This release includes fixes for the floating codelens issue users have reported, updates to the Fantomas integration to allow usage with the global-tool installation of fantomas, and an enhancement to the 'generate cases' code action for DU matches that allows it to generate cases even when no matches have been entered. +* Updated the Ionide textmate grammar to get some more highlighting fixes + ### 7.21.0 - 18.08.2024 * Update to FSAC 0.74.0. This release includes the compiler update for NET SDK 8.0.400, as well as enhancements