From 91b615c217f52a65f6667f0a553f848628c47b54 Mon Sep 17 00:00:00 2001 From: Andrew Kozlik Date: Mon, 22 Jun 2020 18:00:44 +0200 Subject: [PATCH] core: Update changelog. --- core/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/ChangeLog b/core/ChangeLog index 3aaa7b725f..220ba6f82c 100644 --- a/core/ChangeLog +++ b/core/ChangeLog @@ -12,6 +12,8 @@ _Most likely to be released on July 1st._ - Soft lock. #958 - Auto lock. #1027 - Dedicated `initialized` field in storage. +- Support EXTERNAL transaction inputs with a SLIP-0019 proof of ownership #1052 +- Support pre-signed EXTERNAL transaction inputs ### Deprecated - Deprecate `Overwintered` field in `SignTx` and `TxAck`.