From a8f74ccf314ddf9b181cdb3fe2e443ec394c3b82 Mon Sep 17 00:00:00 2001 From: Paul Puey Date: Wed, 29 Nov 2023 19:50:36 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23167a308..87044f344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +- added: EdgeTransaction.savedAction param +- added: EdgeTransaction.tokenId param +- added: EdgeCurrencyWallet.saveTxAction method to write an EdgeTxAction to a transaction +- added: EdgeTxActionFiat type to EdgeTxAction for fiat exchange metadata - fixed: Add missing `export` to the `EdgeCorePluginFactory` type definition. ## 1.11.0 (2023-10-18)