Skip to content

Commit f206866

Browse files
authored
bump FSAC and highlighting (#2034)
1 parent 5edad17 commit f206866

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 7.21.0 - 18.08.2024
2+
3+
* Update to FSAC 0.74.0. This release includes the compiler update for NET SDK 8.0.400, as well as enhancements
4+
to constructor tooltips and some miscellaneous perf improvements to some places collections were used internally.
5+
* Fixed: the way we open the FSI generated references file to not assume a 3-column view.
6+
* Changed: Make 'Send references to FSI' and 'Generate references' commands use the same internal logic to reduce differences in behavior.
7+
18
### 7.20.3 - 19.06.2024
29

310
* Fix regression in FSI argument forwarding

paket.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ NUGET
3838
FSharp.Core (>= 4.7.2)
3939
GIT
4040
remote: https://github.com/ionide/ionide-fsgrammar.git
41-
(0100f551f6c32598a58aba97344bf828673fec7a)
41+
(b38420f8569aa662b4862beb407a02e527e866c1)
4242
GITHUB
4343
remote: ionide/ionide-vscode-helpers
4444
src/Fable.Import.Showdown.fs (8e81bc03f11f07b8e0811b3d4598eadc78f32f2f)
@@ -241,4 +241,4 @@ STORAGE: PACKAGES
241241
RESTRICTION: == netstandard2.0
242242
NUGET
243243
remote: https://api.nuget.org/v3/index.json
244-
fsautocomplete (0.73.2)
244+
fsautocomplete (0.74.0)

release/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 7.21.0 - 18.08.2024
2+
3+
* Update to FSAC 0.74.0. This release includes the compiler update for NET SDK 8.0.400, as well as enhancements
4+
to constructor tooltips and some miscellaneous perf improvements to some places collections were used internally.
5+
* Fixed: the way we open the FSI generated references file to not assume a 3-column view.
6+
* Changed: Make 'Send references to FSI' and 'Generate references' commands use the same internal logic to reduce differences in behavior.
7+
18
### 7.20.3 - 19.06.2024
29

310
* Fix regression in FSI argument forwarding

release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1812,5 +1812,5 @@
18121812
"type": "git",
18131813
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
18141814
},
1815-
"version": "7.20.3"
1815+
"version": "7.21.0"
18161816
}

0 commit comments

Comments
 (0)