From 4c810a1d702c67be811525d4f5ad8f6f0ebc1278 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Mon, 6 Feb 2023 14:08:53 +0100 Subject: [PATCH] CHANGELOG: mention 2 additional fixes to the GUI for 0.2 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca0574cbd..aa15e1c44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,3 +30,5 @@ either, or both, of the spending paths. - Various wording fixes on the UI. - Amounts are now updated when moving between steps in the Spend creation flow. - Coins are now sorted by age when displayed as a list. +- Some flakiness in the connection to a signing device were fixed. +- The descriptor registration on a signing device step in the installer was made clearer.