Skip to content

Commit bfc865c

Browse files
committed
moved release notes
1 parent fc1eecf commit bfc865c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
* Show the default value of compiler options ([PR #18054](https://github.com/dotnet/fsharp/pull/18054))
3636
* Support ValueOption + Struct attribute as optional parameter for methods ([Language suggestion #1136](https://github.com/fsharp/fslang-suggestions/issues/1136), [PR #18098](https://github.com/dotnet/fsharp/pull/18098))
3737
* Cancellable: add safer APIs to check the token ([PR #18175](https://github.com/dotnet/fsharp/pull/18175))
38-
* Scoped Nowarn: added the #warnon compiler directive ([Language suggestion #278](https://github.com/fsharp/fslang-suggestions/issues/278), [RFC FS-1146 PR](https://github.com/fsharp/fslang-design/pull/782), [PR #18049](https://github.com/dotnet/fsharp/pull/18049))
3938

4039
### Changed
4140

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### Fixed
2+
3+
4+
### Added
5+
6+
* Scoped Nowarn: added the #warnon compiler directive ([Language suggestion #278](https://github.com/fsharp/fslang-suggestions/issues/278), [RFC FS-1146 PR](https://github.com/fsharp/fslang-design/pull/782), [PR #18049](https://github.com/dotnet/fsharp/pull/18049))
7+
8+
### Changed
9+
10+
11+
### Breaking Changes
12+

0 commit comments

Comments
 (0)