From e368bc2019e4711ca61f3a69ae299507486fe72a Mon Sep 17 00:00:00 2001 From: Phillip Carter Date: Thu, 5 Nov 2020 19:40:39 -0800 Subject: [PATCH] Update FCS 38 release notes (#10397) --- release-notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/release-notes.md b/release-notes.md index 4ff291fa481..ae5d7d5bf48 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