Skip to content

Commit 21fc7b6

Browse files
committed
cleanup release notes
1 parent e6f782b commit 21fc7b6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

fcs/RELEASE_NOTES.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#### 34.1.0
22

3-
From dotnet/fsharp:3af8959b6..acd7cfd25:
3+
From dotnet/fsharp:3af8959b6..9d69b49b7:
44

55
* set default script TFM to netcoreapp3.1 if none found
66
* improve C#-nullable and optional interop (RFC FS-1075)
77
* Add type name to `undefined name error` if known
88
* improve printing via %A/fsi
9-
* misc. improvments to DependencyManager
9+
* misc. improvements to DependencyManager
1010
* improve type provider support for .netcoreapp3.1 target frameworks.
1111
* New, optimized find-all-references API with reduced memory usage.
1212
* better error messages for failed overload resolution
@@ -16,15 +16,15 @@ From dotnet/fsharp:3af8959b6..acd7cfd25:
1616
Contains commits from 32b124966 to d7018737c from dotnet/fsharp. Notable changes include:
1717

1818
* lowered allocations for large strings and char arrays (notably source file texts)
19-
* improved support for byreflike rules with regards to type abbreviations
19+
* improved support for byref-like rules with regards to type abbreviations
2020
* better support for scopes in recursive modules
2121
* better location of .net core reference assemblies
2222
* lowered allocations for several internal compiler structures
2323
* better error messages for anonymous record mismatches
2424
* FSharpChecker learned how to keep background symbol uses
2525
* Project cracker/project cracker tool were removed
26-
* Better support for consuming C# inref parameters
27-
* new services around simplifing names and finding unused declarations
26+
* Better support for consuming C# in-ref parameters
27+
* new services around simplifying names and finding unused declarations
2828
* package management in scripts (in preview)
2929
* and-bang syntax support (in preview)
3030

@@ -38,7 +38,6 @@ Integrate dotnet/fsharp from 4f5f08320 to 7b25d7f82. Notable changes include:
3838
* Support for Literal values in signature files
3939
* Using memory-mapped files cross-platform to read IL.
4040

41-
4241
#### 33.0.0
4342

4443
Integrate dotnet/fsharp from 48f932cf8 to 085985140. Notable changes include:

0 commit comments

Comments
 (0)