From d4556a0b899c7efc31b3ae2e7d8df2a337b0f90f Mon Sep 17 00:00:00 2001 From: Phillip Carter Date: Thu, 5 Nov 2020 19:39:42 -0800 Subject: [PATCH] Update FCS 38 release notes --- release-notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/release-notes.md b/release-notes.md index 4ff291fa48..ae5d7d5bf4 100644 --- a/release-notes.md +++ b/release-notes.md @@ -74,6 +74,13 @@ The most notable change for FSharp.Compiler.Service is that it is now built and * Support for passing in a `PrimaryAssembly` for AST compilation routines by [Eirik Tsarpalis](https://github.com/eiriktsarpalis) * Support for `ToString` in `FSharp.Compiler.Text.StringText` by [Asti](https://github.com/deviousasti) * Fix an issue with equality comparisons for `StringText` by [Asti](https://github.com/deviousasti) +* Several APIs no longer require the Reactor thread +* `GetAllUsesOfAllSymbolsInFile` now returns `seq` instead of `FSharpSymbol[]` +* All four `Get*UsesOfAllSymbolsIn*` APIs are no longer asynchronous +* `StructuredDescriptionTextAsync` and `DescriptionTextAsync` are now deprecated, please use `StructuredDescriptionText` and `DescriptionText` instead +* The `hasTextChangedSinceLastTypecheck` optional argument has been removed (it has been unused in Visual Studio since VS 2017) +* The `textSnapshotInfo` optional argument is removed as it only made sense in tandem with `hasTextChangedSinceLastTypecheck` +* `userOpName` is removed from all APIs that are no longer asynchronous ## Visual Studio 2017-2019 Update 16.7 release notes