diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d787586c..41087c12 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,10 @@ +### 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 + to constructor tooltips and some miscellaneous perf improvements to some places collections were used internally. +* Fixed: the way we open the FSI generated references file to not assume a 3-column view. +* Changed: Make 'Send references to FSI' and 'Generate references' commands use the same internal logic to reduce differences in behavior. + ### 7.20.3 - 19.06.2024 * Fix regression in FSI argument forwarding diff --git a/paket.lock b/paket.lock index 3e643b9d..294b06f2 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 - (0100f551f6c32598a58aba97344bf828673fec7a) + (b38420f8569aa662b4862beb407a02e527e866c1) 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.73.2) + fsautocomplete (0.74.0) diff --git a/release/CHANGELOG.md b/release/CHANGELOG.md index d787586c..41087c12 100644 --- a/release/CHANGELOG.md +++ b/release/CHANGELOG.md @@ -1,3 +1,10 @@ +### 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 + to constructor tooltips and some miscellaneous perf improvements to some places collections were used internally. +* Fixed: the way we open the FSI generated references file to not assume a 3-column view. +* Changed: Make 'Send references to FSI' and 'Generate references' commands use the same internal logic to reduce differences in behavior. + ### 7.20.3 - 19.06.2024 * Fix regression in FSI argument forwarding diff --git a/release/package.json b/release/package.json index 120ec276..2beb11fb 100644 --- a/release/package.json +++ b/release/package.json @@ -1812,5 +1812,5 @@ "type": "git", "url": "https://github.com/ionide/ionide-vscode-fsharp.git" }, - "version": "7.20.3" + "version": "7.21.0" } \ No newline at end of file