From 5a621b89e1b49a867b2d0190b8c89e23eb0d9e97 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Thu, 25 Jul 2024 13:57:08 +0200 Subject: [PATCH] Add mentions of transactions from/to fields in changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee8c0ac..a9866b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - (network) Electroneum - New EIP-712 filtering modes (datetime, amount-join) - New blind-signing warning flow before every blind-signed transaction flow +- New "From" field in transactions containing the wallet's derived address - Ledger Flex support ### Removed @@ -43,6 +44,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Renamed Optimism to OP Mainnet - Can now store up to 5 assets information (instead of 2) - Can now buffer & show multiple EIP-712 fields on one page for NBGL devices +- Renamed the "Address" field in transactions to "To" ### Fixed