Skip to content

Commit 9da0e1b

Browse files
CopilotT-Gro
andcommitted
Move release notes to correct file (.Language/preview.md)
Moved the --disableLanguageFeature feature entry from .FSharp.Compiler.Service/11.0.0.md to .Language/preview.md as it's a language feature, not a compiler service API change. Used placeholder PR number "TBD" since gh CLI requires GH_TOKEN environment variable which is not available. Addresses comment 2630841469 from @T-Gro. Co-authored-by: T-Gro <46543583+T-Gro@users.noreply.github.com>
1 parent 2eaf046 commit 9da0e1b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/release-notes/.FSharp.Compiler.Service/11.0.0.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
* Add FSharpCodeCompletionOptions ([PR #19030](https://github.com/dotnet/fsharp/pull/19030))
2121
* Type checker: recover on checking binding parameter constraints ([#19046](https://github.com/dotnet/fsharp/pull/19046))
2222
* Debugger: provide breakpoint ranges for short lambdas ([#19067](https://github.com/dotnet/fsharp/pull/19067))
23-
* Add `--disableLanguageFeature` command line switch to selectively disable specific F# language features ([PR #NNNNN](https://github.com/dotnet/fsharp/pull/NNNNN))
2423

2524
### Changed
2625

docs/release-notes/.Language/preview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* Allow `let!`, `use!`, `and!` type annotations without requiring parentheses (([PR #18508](https://github.com/dotnet/fsharp/pull/18508) and [PR #18682](https://github.com/dotnet/fsharp/pull/18682)))
1212
* Exception names are now validated for illegal characters using the same mechanism as types/modules/namespaces ([Issue #18763](https://github.com/dotnet/fsharp/issues/18763))
1313
* Support tail calls in computation expressions ([PR #18804](https://github.com/dotnet/fsharp/pull/18804))
14+
* Add `--disableLanguageFeature` CLI switch and MSBuild property to selectively disable specific F# language features on a per-project basis. ([PR #TBD](https://github.com/dotnet/fsharp/pull/TBD))
1415

1516
### Fixed
1617

0 commit comments

Comments
 (0)