Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update release notes 5.0.0 and 5.0.1 ( improvements to Map) #11156

Merged
merged 1 commit into from
Feb 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ These release notes track our current efforts to document changes to the F# proj
### F# 5 / Visual Studio 16.9

### FSharp.Core 5.0.1

TBD
* [Performance improvement](https://github.com/dotnet/fsharp/pull/10188) to core collections Map by [Victor Baybekov](https://github.com/buybackoff)


### FSharp tools 11.0.1

Expand Down Expand Up @@ -423,7 +424,7 @@ This release covers three important milestones: F# 5, Visual Studio 16.8, and .N

### FSharp Core 5.0.0

* [Performance improvement](https://github.com/dotnet/fsharp/pull/10188) to core collections Set and Map by [Victor Baybekov](https://github.com/buybackoff)

* Consistent behavior for empty/non-existent slices for lists, strings, arrays, 2D arrays, 3D arrays, and 4D arrays
* Support for fixed-index slices in 3D and 4D arrays
* Support for negative indexes (in preview)
Expand Down