From 1729bf897dbaf5e4e05c2aa60a76abb5f1d8e8b5 Mon Sep 17 00:00:00 2001 From: Enzo Cioppettini Date: Thu, 13 May 2021 20:53:04 -0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cbf907c..8e5551fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - spending_counter - settings_new - settings_get +- fragment_from_raw +- fragment_id +- fragment_delete + +### Changed + +pending_transactions now returns transactions in order relative to the same +wallet type instead of arbitrary order. First starting with deadalus/yoroi/free +utxo keys (those are all exclusive) in order of creating, and then the account +transactions, also in order of creation (and signing). ## [0.6.0-pre1]