From 4e6450ce4074181ee66a36e798635b93685cabcc Mon Sep 17 00:00:00 2001 From: HamdaanAliQuatil Date: Fri, 30 May 2025 03:05:26 +0530 Subject: [PATCH 1/2] docs: update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b17918..d0938f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # 0.6.0 * Replaced the `KeyPair` class with `typedef KeyPair = ({T privateKey, S publicKey})` and refactored key generation methods to return a named record. +* Moved the following operations off the main thread with `Isolate`: + - `generateRsaKeyPair` + # 0.5.8 * All classes previously annotated `@sealed` are now `final`! From a457e4da7de17e8786af55db2876fd1fcf366081 Mon Sep 17 00:00:00 2001 From: HamdaanAliQuatil Date: Mon, 17 Nov 2025 00:20:16 +0530 Subject: [PATCH 2/2] docs: update changelog --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0938f44..f4204448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ # 0.6.0 * Replaced the `KeyPair` class with `typedef KeyPair = ({T privateKey, S publicKey})` and refactored key generation methods to return a named record. -* Moved the following operations off the main thread with `Isolate`: - - `generateRsaKeyPair` - +* Bumped minimum required CMake version to `3.10` for building the + bundled native library (`flutter pub run webcrypto:setup`). # 0.5.8 * All classes previously annotated `@sealed` are now `final`!