We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f958fb commit 8d04015Copy full SHA for 8d04015
docs/release-notes/.FSharp.Compiler.Service/9.0.200.md
@@ -0,0 +1,11 @@
1
+### Fixed
2
+
3
4
+### Added
5
6
7
+### Changed
8
9
+* Make ILTypeDef interface impls calculation lazy. ([PR #17392](https://github.com/dotnet/fsharp/pull/17392))
10
11
+### Breaking Changes
eng/Versions.props
@@ -14,7 +14,7 @@
14
<!-- F# Version components -->
15
<FSMajorVersion>9</FSMajorVersion>
16
<FSMinorVersion>0</FSMinorVersion>
17
- <FSBuildVersion>100</FSBuildVersion>
+ <FSBuildVersion>200</FSBuildVersion>
18
<FSRevisionVersion>0</FSRevisionVersion>
19
<!-- -->
20
<!-- F# Language version -->
0 commit comments