Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit aa840a8

Browse files
cartermpnosami
authored andcommitted
Add witness info to FCS
1 parent bac3027 commit aa840a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,16 @@ This release covers three important milestones: F# 5, Visual Studio 16.8, and .N
6868

6969
The most notable change for FSharp.Compiler.Service is that it is now built and deployed as a part of the dotnet/fsharp codebase. Builds are produced nightly, matching exactly the nightly builds of the F# compiler, FSharp.Core, and F# tools.
7070

71+
* Support for Witness information [#9510](https://github.com/dotnet/fsharp/pull/95100) in `FSharpExpr` and `FSharpMemberOrFunctionOrValue`
7172
* Support for Jupyter Notebooks and VSCode notebooks via `FSharp.Compiler.Private.Scripting` and .NET Interactive
7273
* Improvements to the F# syntax tree represtation by [Eugene Auduchinok](https://github.com/auduchinok)
7374
* Support for `const` in keyword completion info by [Alex Berezhnykh](https://github.com/DedSec256)
7475
* Support for passing in a `PrimaryAssembly` for AST compilation routines by [Eirik Tsarpalis](https://github.com/eiriktsarpalis)
7576
* Support for `ToString` in `FSharp.Compiler.Text.StringText` by [Asti](https://github.com/deviousasti)
7677
* Fix an issue with equality comparisons for `StringText` by [Asti](https://github.com/deviousasti)
78+
79+
Significant changes for consumers:
80+
7781
* Several APIs no longer require the Reactor thread
7882
* `GetAllUsesOfAllSymbolsInFile` now returns `seq<FSharpSymbol>` instead of `FSharpSymbol[]`
7983
* All four `Get*UsesOfAllSymbolsIn*` APIs are no longer asynchronous

0 commit comments

Comments
 (0)