From be541733c9471b88597642a26f271c14bbc8fc8b Mon Sep 17 00:00:00 2001 From: Goswin Date: Fri, 26 Feb 2021 14:42:13 +0100 Subject: [PATCH] update release notes 5.0.0 and 5.0.1 ( improvements to Map) The improvements to Map have only made it to 5.0.1 nuget package, not 5.0.0 see https://github.com/dotnet/fsharp/pull/10768#issuecomment-754677632 cc @buybackoff @krauthaufen --- release-notes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/release-notes.md b/release-notes.md index fbaef258fdf..0105f349c04 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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 @@ -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)