Skip to content

Commit f0324a3

Browse files
committed
release notes update
1 parent 9d736bc commit f0324a3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

fcs/RELEASE_NOTES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This release bring a number of new changes, including a massive enhancement to SemanticClassification types thanks to @cartermp.
44

5-
From dotnet/fsharp:333eb82c8..87114ec84:
5+
From dotnet/fsharp:333eb82c8..d9e070a9d:
66

77
* now allows for multiple implementations of generic interfaces (preview feature) (thanks @0x53A!)
88
* the default assembly set for script resolution now includes System.Numerics (thanks @KevinRansom)
@@ -12,7 +12,13 @@ From dotnet/fsharp:333eb82c8..87114ec84:
1212
* more expressive DUs for semantic classification (thanks @cartermp)
1313
* remove legacymsbuildreferenceresolver (thanks @KevinRandom)
1414
* supply witnesses for op_UnaryPlus (thanks @TIHan)
15-
* clean up CE calssifications (thanks @cartermp)
15+
* clean up CE classifications (thanks @cartermp)
16+
* Fixed tostring/equality for StringText (thanks @deviousasti)
17+
* Fixed error text for FS0874
18+
* Disallow assignment to C# Const/Readonly properties (thanks @baronfel)
19+
* Allow Int64.MinValue as a valid nativeint literal (thanks @abelbraaksma)
20+
* Enhancements to the nameof feature (preview feature)
21+
* String interpolation (preview feature)
1622

1723
#### 36.0.3
1824

0 commit comments

Comments
 (0)