From ff442790acfacd37eb55d0a15ed1601b5d60c594 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Tue, 3 May 2022 11:46:36 -0400 Subject: [PATCH] Updated w/ P2TR --- releases/ChangeLog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/releases/ChangeLog.md b/releases/ChangeLog.md index 171d5fd5..d3bd3b71 100644 --- a/releases/ChangeLog.md +++ b/releases/ChangeLog.md @@ -1,6 +1,10 @@ ## 4.1.5 - May 5, 2022 -- Bugfix: Yikes error shown during BIP-85 operation +- Enhancement: Support P2TR outputs (pay to Taproot) outputs in PSBT files. Allows + on-screen verification of P2TR destination addresses (`bc1p..`) so you can sent your BTC + to them. However, does **not** support signing, so you cannot operate a Taproot wallet + with COLDCARD as the signing device... yet. +- Bugfix: Yikes error shown during BIP-85 menu operation. ## 4.1.4 - Apr 26, 2022