Skip to content

Commit ddce924

Browse files
committed
release notes
1 parent 912ff07 commit ddce924

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

fcs/RELEASE_NOTES.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1+
#### 37.0.0
2+
3+
This release bring a number of new changes, including a massive enhancement to SemanticClassification types thanks to @cartermp.
4+
5+
From dotnet/fsharp:333eb82c8..d82a0ebf6:
6+
7+
* now allows for multiple implementations of generic interfaces (preview feature) (thanks @0x53A!)
8+
* the default assembly set for script resolution now includes System.Numerics (thanks @KevinRansom)
9+
* #r nuget package resolution is now committed eagerly, instead of delayed (thanks @KevinRansom)
10+
* reduced allocations for some strings in the compiler (thanks @kerams)
11+
* better printing for SRTP constraints (thanks @abelbraaksma/@realvictorprm)
12+
* more expressive DUs for semantic classification (thanks @cartermp)
13+
114
#### 36.0.3
215

3-
This is a small bugfix release that fixes a nuspec package dependency issue with Sourcelink.
16+
This is a small bugfix release that fixes a nuspec package dependency issue with Sourcelink
417

518
#### 36.0.2
619

fcs/paket.dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ source https://api.nuget.org/v3/index.json
3636
framework: netstandard2.0
3737

3838
storage: packages
39-
nuget FSharp.Compiler.Service 36.0.1
39+
nuget FSharp.Compiler.Service 36.0.3

fcs/paket.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ STORAGE: PACKAGES
716716
RESTRICTION: == netstandard2.0
717717
NUGET
718718
remote: https://api.nuget.org/v3/index.json
719-
FSharp.Compiler.Service (36.0.1)
719+
FSharp.Compiler.Service (36.0.3)
720720
FSharp.Core (>= 4.6.2)
721721
System.Buffers (>= 4.5)
722722
System.Collections.Immutable (>= 1.5)

0 commit comments

Comments
 (0)