Skip to content

Commit 8a850b4

Browse files
committed
add release notes
1 parent 8b0bb8e commit 8a850b4

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

fcs/RELEASE_NOTES.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1+
#### 31.0.0
2+
* Integrate dotnet/fsharp from 5a8f454a1 to 05c558a61
3+
* Notable changes include:
4+
* Removal of the `Microsoft.FSharp.Compiler.SourceCodeServices` namespace
5+
* A new API for determining if an identifier needs to be quoted is available: `FSharp.Compiler.LexHelp.Keywords.DoesIdentifierNeedQuotation`
6+
* Enhancements to the correctness of PDBs, especially with anonymous records
7+
* Better string formatting of records and values
8+
* More stack overflow fixes in the compiler
9+
* Inline IL parsing error handling
10+
* `LeafExpressionConverter` handles struct tuples
11+
* `FSharpChecker` now can parse a file without caching: `ParseFileNoCache`
12+
113
#### 30.0.0
214
* Integrate dotnet/fsharp from 25560f477 to 5a8f454a1
315
* Notable improvements include:
416
* performance improvements
517
* FCS APIs for FSComp and Implement Interface
618
* line directive handling
719
* improved performance when computing quick fix suggestions
8-
920

1021
#### 29.0.1
1122
* Fix versioning of the assembly

0 commit comments

Comments
 (0)