From 507480404a1b21d497e940c24b3ae46d5746de23 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 3 Sep 2024 19:16:04 +0200 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 278525c0..7ad28fd6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,14 @@ +### 5.3.3 +- Optimized ReferenceCountingSet (struct enumerator, internal struct tuples) +- Restored MD5 hashing extensions (fixes: https://github.com/aardvark-platform/aardvark.base/issues/72) +- [Introspection] Native libraries are now unpacked to the default Aardvark cache directory with subfolders for each platform (fixes: https://github.com/aardvark-platform/aardvark.base/issues/81). +- [Introspection] Improved support for single file deployment. Fixed plugin loading and caching (fixes: https://github.com/aardvark-platform/aardvark.base/issues/65). +- [Introspection] Made assembly loading more robust for NET 8. If an assembly cannot be resolved the entry path is checked for the assembly file, making it possible to load assemblies by name that are not runtime or compilation dependencies (see also: https://github.com/Particular/Workshop/issues/64). +- [FSharp] Added RequireQualifiedAccess attribute to ProcListValue +- [FSharp] Added RequireQualifiedAccess attribute to Tree +- [FSharp] Added pin, pinArr, and NativePtr.Address +- Added Stream.ReadBytes extension + ### 5.3.2 - [FSharp] Revert LookupTable utilities to use lists instead of seq