From 09529b9517e409cefd7d6db1d01d45afea097b32 Mon Sep 17 00:00:00 2001 From: Eugene Auduchinok Date: Tue, 6 Aug 2024 14:13:22 +0200 Subject: [PATCH] Release notes --- docs/release-notes/.FSharp.Compiler.Service/9.0.100.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes/.FSharp.Compiler.Service/9.0.100.md b/docs/release-notes/.FSharp.Compiler.Service/9.0.100.md index 99c251d76c2b..a33716cf613a 100644 --- a/docs/release-notes/.FSharp.Compiler.Service/9.0.100.md +++ b/docs/release-notes/.FSharp.Compiler.Service/9.0.100.md @@ -12,6 +12,7 @@ * Parser: recover on missing union case fields (PR [#17452](https://github.com/dotnet/fsharp/pull/17452)) * Parser: recover on missing union case field types (PR [#17455](https://github.com/dotnet/fsharp/pull/17455)) * Sink: report function domain type ([PR #17470](https://github.com/dotnet/fsharp/pull/17470)) +* Symbols: add Mfv.ApparentEnclosingType ([#17494](https://github.com/dotnet/fsharp/pull/17494)) ### Changed