Skip to content

Commit 184d6c5

Browse files
committed
release notes
1 parent 87f7353 commit 184d6c5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

fcs/RELEASE_NOTES.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
#### 36.0.2
2+
3+
This is a small bugfix release that I'm making primarily to publish a version
4+
of FCS with sourcelink enabled, so that tooling users can make use of that information.
5+
6+
From dotnet/fsharp:079276b4b..37d0cccec:
7+
8+
* Fixes for `do!` handling in computation expressions (thanks @baronfel)
9+
* Add missing versions in FCS' Interactive header (thanks @nightroman)
10+
* Support `Source`-translation in `match!` expressions (thanks @baronfel)
11+
* Ensure stack traces from uncaught exceptions in CEs are maintained (thanks @NinoFloris)
12+
* Better handling of `inline` in witness-passing codepaths (thanks @dsyme)
13+
* Enable publishing of FCS with sourcelink (thanks @baronfel)
14+
* Extend `nameof` to support naming generic parameters (`nameof<'t>`) and instance members (`nameof(Unchecked.defaultof<C>.Property)`) (thanks @dsyme)
15+
116
#### 36.0.1
217

318
From dotnet/fsharp:522dd906c..16bca5aef:

0 commit comments

Comments
 (0)