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