From 313efa03f1f7a98adb30c14b635fc45ddda9f99a Mon Sep 17 00:00:00 2001 From: Christian Luksch Date: Wed, 9 Oct 2024 09:26:26 +0200 Subject: [PATCH] updated RELEASE_NOTES.md --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0f2bed47..c2d83c61 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,4 @@ +### 5.3.5 - [Base] added IsEmpty/IsEmptyOrNull overloads for Array/ICollection with efficient implementation - [Base] added FindValue and FindNeighboursV to SortedSet - [FSharp] changed MemoryManager/FreeList to use value tuples/options and use new SortedSet methods