From 337a9166970d19c601af0a3558c2e61a296fb238 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Mon, 23 Jun 2025 14:13:01 -0700 Subject: [PATCH 1/2] Update fsharp preview6 release notes with manual changes. --- release-notes/10.0/preview/preview6/fsharp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/10.0/preview/preview6/fsharp.md b/release-notes/10.0/preview/preview6/fsharp.md index 572c41de85..76a11ef7b5 100644 --- a/release-notes/10.0/preview/preview6/fsharp.md +++ b/release-notes/10.0/preview/preview6/fsharp.md @@ -18,4 +18,4 @@ Here's a summary of what's new in F# in this preview release: ## FSharp.Compiler.Service -General improvements and bugfixes in the compiler implementation are at [Release notes for FSharp.Compiler.Service](https://fsharp.github.io/fsharp-compiler-docs/release-notes/FSharp.Compiler.Service.html). +General improvements and bugfixes in the compiler implementation are at [Release notes for FSharp.Compiler.Service](https://fsharp.github.io/fsharp-compiler-docs/release-notes/FSharp.Compiler.Service.html) From 0827aced973f22c327d254d1710e275b3130c445 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Thu, 3 Jul 2025 10:59:42 -0700 Subject: [PATCH 2/2] udpate for release --- release-notes/10.0/preview/preview6/fsharp.md | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/release-notes/10.0/preview/preview6/fsharp.md b/release-notes/10.0/preview/preview6/fsharp.md index 76a11ef7b5..308c0e1771 100644 --- a/release-notes/10.0/preview/preview6/fsharp.md +++ b/release-notes/10.0/preview/preview6/fsharp.md @@ -1,21 +1,3 @@ # F# updates in .NET 10 Preview 6 - Release Notes -Here's a summary of what's new in F# in this preview release: - -- [F# Language](#f-language) -- [FSharp.Core standard library](#fsharpcore-standard-library) -- [FSharp.Compiler.Service](#fsharpcompilerservice) - -> Note: Release notes for F# are generated for all contributions to the [dotnet/fsharp](https://github.com/dotnet/fsharp) repository and split across language, library and compiler changes. - -## F# Language - -[Release notes for new F# language features](https://fsharp.github.io/fsharp-compiler-docs/release-notes/Language.html) list language changes that have to be enabled by `preview` project property in `.fsproj` project file. They will become the default with .NET 10 release. - -## FSharp.Core Standard Library - -[Changes to the FSharp.Core standard library](https://fsharp.github.io/fsharp-compiler-docs/release-notes/FSharp.Core.html) are applied automatically to projects compiled with new SDK, unless they pin down a lower FSharp.Core version. - -## FSharp.Compiler.Service - -General improvements and bugfixes in the compiler implementation are at [Release notes for FSharp.Compiler.Service](https://fsharp.github.io/fsharp-compiler-docs/release-notes/FSharp.Compiler.Service.html) +This preview release does not contain new F# features. View the [What's new in F#](https://fsharp.github.io/fsharp-compiler-docs/release-notes/Language.html) documentation to learn more.