From 31643d2df44a34d79edacc87e20aa4e0c608ffc5 Mon Sep 17 00:00:00 2001 From: Kouji Matsui Date: Wed, 17 Apr 2024 11:44:50 +0900 Subject: [PATCH] Updated readme. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 866c855..287f3b5 100644 --- a/README.md +++ b/README.md @@ -655,6 +655,9 @@ Apache-v2. ## History +* 0.27.0: + * Supported serialization for JavaScript `ArrayBuffer`, `Uint8Array` and `Uint8ClampedArray` from/to .NET `byte[]`. + * Refactored object referencing handlers (In `AbortSignal` and function closures.) * 0.26.0: * Added MAUI sample project. * Switched cancellation object to `AbortSignal` ECMAScript standard object instead of `CancellationToken`.