Skip to content

Commit bc84502

Browse files
committed
update release notes
1 parent 4cdde17 commit bc84502

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

fcs/RELEASE_NOTES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#### 36.0.0
22

3-
From dotnet/fsharp:522dd906c..f422dc3e9:
3+
From dotnet/fsharp:522dd906c..16bca5aef:
44

55
* Fixes to attribute range parsing (thanks @auduchinok)
66
* Added nested exception details to Type Provider load errors (thanks @dsyme)
@@ -14,6 +14,13 @@ From dotnet/fsharp:522dd906c..f422dc3e9:
1414
* Better IL emitted for usages of static members as System.Action (thanks @MoFtZ)
1515
* Allow for indexers to specify a type annotation (thanks @TIHan)
1616
* Allow languages/scripts that have no notion of upper-case to use their characters for DU identifiers (thanks @KevinRansom)
17+
* more optimized comparison/equality for DateTime (thanks @cartermp)
18+
* add support for `char` for the `GenericZero/GenericOne` mechanisms (thanks @Happypig375)
19+
* enhancements for the dependencymanager's resolution for native scripts (thanks @KevinRansom)
20+
* more consistent support for type-directed nullable parameters (thanks @dsyme)
21+
* fix FSI's ordering of out-of-order dlls in nuget packages (thanks @KevinRansom)
22+
* New SyntaxTree.Paren syntax node (thanks @auduchinok)
23+
* add SRTP witness solutions (via the new `CallWithWitnesses` pattern) (thanks @dsyme)
1724

1825

1926
#### 35.0.0

0 commit comments

Comments
 (0)