File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 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
318From dotnet/fsharp:522dd906c..16bca5aef:
You can’t perform that action at this time.
0 commit comments