Skip to content

Commit fd7fb57

Browse files
committed
Update release notes with actual PR number
1 parent 110766c commit fd7fb57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/release-notes/.FSharp.Core/10.0.300.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Fixed
22

3-
* `Seq.empty` now uses `System.Linq.Enumerable.Empty<'T>()` instead of an internal DU, fixing serialization issues with JSON.NET, STJ, and ASP.NET ObjectResult. ([Issue #17864](https://github.com/dotnet/fsharp/issues/17864), [PR #NNNN](https://github.com/dotnet/fsharp/pull/NNNN))
3+
* `Seq.empty` now uses `System.Linq.Enumerable.Empty<'T>()` instead of an internal DU, fixing serialization issues with JSON.NET, STJ, and ASP.NET ObjectResult. ([Issue #17864](https://github.com/dotnet/fsharp/issues/17864), [PR #19322](https://github.com/dotnet/fsharp/pull/19322))
44

55
### Added
66

0 commit comments

Comments
 (0)