From 2cc565f9ec3a3119237e5e1b1812b72228ea250b Mon Sep 17 00:00:00 2001 From: Bitcoin Zavior <93057399+BitcoinZavior@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:25:07 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c19c3e..c45d865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,13 @@ Updated `flutter_rust_bridge` to `2.0.0`. #### APIs added - Exposed `createTestnet` & `createMutinynet` to `Blockchain`. +- Exposed `policies` in `Wallet`. +- Exposed `policyPath` in `TxBuilder`. +- Exposed `id`, `requiresPath`, `item`, `satisfaction`, `contribution` in `Policy` class. - Overrode `toString()` for `Address`, `DerivationPath`, `Descriptor`, `DescriptorPublicKey` , `DescriptorSecretKey`, `Mnemonic`, -- `PartiallySignedTransaction`, `ScriptBuf` & `Transaction`. +- `PartiallySignedTransaction`, `ScriptBuf` & `Transaction`. #### Changed - `partiallySignedTransaction.serialize()` serialize the data as raw binary. -#### Fixed -- Thread `frb_workerpool` panicked on Sql database access. - ## [0.31.2-dev.2] #### Fixed