From a6c06b5c5fa6ee3753686c470c794daf95274444 Mon Sep 17 00:00:00 2001 From: Andrew Kozlik Date: Mon, 3 Aug 2020 17:28:41 +0200 Subject: [PATCH] core: Update changelog with CoinJoin flow. --- core/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index ca60d22e54..2464b6b0da 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - Running the frozen version of the emulator doesn't need arguments. [#1115] +- CoinJoin preauthorization and siging flow. [#1053] ### Changed - Print inverted question mark for non-printable characters. @@ -249,6 +250,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [#1030]: https://github.com/trezor/trezor-firmware/issues/1030 [#1042]: https://github.com/trezor/trezor-firmware/issues/1042 [#1052]: https://github.com/trezor/trezor-firmware/issues/1052 +[#1053]: https://github.com/trezor/trezor-firmware/issues/1053 [#1056]: https://github.com/trezor/trezor-firmware/issues/1056 [#1067]: https://github.com/trezor/trezor-firmware/issues/1067 [#1074]: https://github.com/trezor/trezor-firmware/issues/1074